duplicate git config call
This commit is contained in:
parent
97c8feb8ca
commit
29777d3769
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci-main.yml
vendored
3
.github/workflows/ci-main.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Copyright check
|
||||
if: success() || failure()
|
||||
run: |
|
||||
git config --global --add safe.directory /__w/wesnoth/wesnoth
|
||||
git config --global --add safe.directory '*'
|
||||
./update_copyrights --output=""
|
||||
- name: Check for invalid characters
|
||||
run: |
|
||||
|
@ -31,7 +31,6 @@ jobs:
|
|||
- name: Whitespace and WML indentation check
|
||||
if: success() || failure()
|
||||
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()
|
||||
|
|
Loading…
Add table
Reference in a new issue