Browse Source

[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
release/0.1.0
crueter 2 weeks ago
parent
commit
6f045383c5
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      .github/workflows/strings.yml

2
.github/workflows/strings.yml

@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- name: Find Unused Strings
run: ./tools/find-unused-strings.sh
run: ./tools/unused-strings.sh
- name: Find Stale Translations
run: ./tools/stale-translations.sh

Loading…
Cancel
Save