Skip to content

Commit 043a192

Browse files
committed
Pin i18n-check to a version that works
1 parent b9842dc commit 043a192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
npm install
5151
npm run build
5252
- name: Check i18n translations
53-
run: npx -y @lingual/i18n-check --locales app/frontend/src/locales -s en -f i18next -r summary
53+
run: npx -y @lingual/i18n-check@0.8.12 --locales app/frontend/src/locales -s en -f i18next -r summary
5454
- name: Install dependencies
5555
run: |
5656
uv pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)