[ci] fix unused strings workflow (#3248)
Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3248
This commit is contained in:
parent
73f2535edc
commit
6f045383c5
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Find Unused Strings
|
- name: Find Unused Strings
|
||||||
run: ./tools/find-unused-strings.sh
|
run: ./tools/unused-strings.sh
|
||||||
|
|
||||||
- name: Find Stale Translations
|
- name: Find Stale Translations
|
||||||
run: ./tools/stale-translations.sh
|
run: ./tools/stale-translations.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue