Silence new git warning that's irrelevant to the CI.

This commit is contained in:
Pentarctagon 2022-07-31 13:57:53 -05:00 committed by Pentarctagon
parent b03a5df7d4
commit 966f5cd255

View file

@ -73,7 +73,9 @@ jobs:
run: start-stop-daemon --start --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1024x768x24
- name: Whitespace and WML indentation check
if: success() || failure()
run: ./utils/CI/fix_whitespace.sh; git status; (( $(git status --short | wc -l) == 0 ))
run: |
git config --global --add safe.directory '*'
./utils/CI/fix_whitespace.sh; git status; (( $(git status --short | wc -l) == 0 ))
- name: Run luacheck
if: success() || failure()
run: luacheck .