Skip to content

Commit

Permalink
CI: print the tablet file name before running clean_svg on it
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Nov 1, 2024
1 parent c85ad82 commit d898d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
- name: run clean-svg on all .tablet files
run: |
for tabletfile in data/*.tablet; do
echo "Checking $tabletfile"
./tools/clean_svg.py --ignore-missing "$tabletfile" ""
done
Expand Down

0 comments on commit d898d8e

Please sign in to comment.