Skip to content

Commit

Permalink
add image copyright tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Sep 25, 2023
1 parent a173695 commit f203c25
Show file tree
Hide file tree
Showing 4 changed files with 18,169 additions and 238 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ jobs:
CLICOLOR_FORCE: 1

steps:
- { uses: actions/checkout@v3, with: { submodules: "recursive" } }
- { uses: actions/checkout@v3, with: { submodules: "recursive", fetch-depth: "0" } }

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

0 comments on commit f203c25

Please sign in to comment.