Fix lint job

This commit is contained in:
cytopia 2020-12-12 17:54:32 +01:00
parent 0151167635
commit f9b4a9d9f4
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -53,7 +53,7 @@ jobs:
shell: bash
run: |
cd .tests/
make make update-readme
make update-readme
git diff --quiet || { echo "Build Changes"; git diff; git status; false; };
- name: Check configuration