File tree Expand file tree Collapse file tree 3 files changed +10
-183
lines changed
Expand file tree Collapse file tree 3 files changed +10
-183
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ name: Check Translations
33on :
44 push :
55 branches-ignore :
6- - " dependabot/**"
6+ - " dependabot/**"
77 tags-ignore :
8- - " **"
8+ - " **"
99 paths :
10- - " src/main/resources/assets/wurst/translations/**.json"
11- - " src/main/resources/intentionally_untranslated.json"
10+ - " src/main/resources/assets/wurst/translations/**.json"
11+ - " src/main/resources/intentionally_untranslated.json"
1212 pull_request :
1313 paths :
14- - " src/main/resources/assets/wurst/translations/**.json"
15- - " src/main/resources/intentionally_untranslated.json"
14+ - " src/main/resources/assets/wurst/translations/**.json"
15+ - " src/main/resources/intentionally_untranslated.json"
1616 workflow_dispatch :
1717
1818jobs :
2323 - name : Checkout repository
2424 uses : actions/checkout@v5
2525
26- - name : Set up Python 3.12
27- uses : actions/setup-python@v6
26+ - name : Check translations
27+ uses : Wurst-Imperium/check-translations@v1
2828 with :
29- python-version : " 3.12"
30-
31- - name : Run check_translations.py
32- run : python scripts/check_translations.py
29+ lang-dir : " src/main/resources/assets/wurst/translations"
30+ wurst-mode : true
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments