Silence new git warning that's irrelevant to the CI.
This commit is contained in:
parent
b03a5df7d4
commit
966f5cd255
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue