Skip to content

Commit b24389b

Browse files
chore(ci): add npm ci command for translation files check in CI workflow
1 parent 51a69ca commit b24389b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)