mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 02:40:04 +00:00
Fix lint job
This commit is contained in:
parent
0151167635
commit
f9b4a9d9f4
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user