Skip to content

Commit

Permalink
Update i18n-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Nov 9, 2024
1 parent 0882c6d commit 54d15c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Ignore i18n-check's own folder.
# You can ignore other folders by adding a comma and the folder name
# after "--ignore=i18n-check".
./i18n-check/bin/i18n-check ./src --ignore=import,i18n-check,math,debug,base/colors.h,base/colors.cpp -q --enable=allI18N,allCodeFormatting -o i18nresults.txt
./i18n-check/bin/cuneiform ./src --ignore=import,i18n-check,math,debug,base/colors.h,base/colors.cpp -q --enable=allI18N,allCodeFormatting -o i18nresults.txt
- name: review results
run: |
Expand Down

0 comments on commit 54d15c8

Please sign in to comment.