Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Sep 20, 2023
1 parent e3d3b03 commit 856a514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:

- name: Copyright check
if: success() || failure()
run: ./update_copyrights
run: |
git config --global --add safe.directory /__w/wesnoth/wesnoth
./update_copyrights
- name: Check for invalid characters
run: |
./utils/CI/check_utf8.sh
Expand Down

0 comments on commit 856a514

Please sign in to comment.