Show diff as well
This commit is contained in:
parent
e2bde1bb2c
commit
e84397256e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci-main.yml
vendored
3
.github/workflows/ci-main.yml
vendored
|
@ -30,8 +30,7 @@ jobs:
|
|||
./utils/CI/utf8_bom_dog.sh
|
||||
- name: Whitespace and WML indentation check
|
||||
if: success() || failure()
|
||||
run: |
|
||||
./utils/CI/fix_whitespace.sh; git status; [ "$(git status --short | wc -l)" = 0 ]
|
||||
run: ./utils/CI/fix_whitespace.sh; git status; git diff --exit-code
|
||||
- name: Run luacheck
|
||||
if: success() || failure()
|
||||
run: luacheck .
|
||||
|
|
Loading…
Add table
Reference in a new issue