Skip to content

Commit 51a69ca

Browse files
chore(ci): update translation files check command in CI workflow
* Changed the command from 'npm run lint check' to 'npm run lang check' for improved translation file validation in the CI workflow.
1 parent 83a7628 commit 51a69ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
- name: Translation Files Check (if changed)
6464
if: steps.file-changes.outputs.translation == 'true'
6565
run: |
66-
npm run lint check
66+
npm run lang check

0 commit comments

Comments
 (0)