Skip to content

Commit

Permalink
ci: fix i18n script
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Sep 7, 2023
1 parent 1c99908 commit 910bdbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: pnpm install

- name: Validate localisations
run: ./scripts/check-i18n.js
run: node ./scripts/check-i18n.js
2 changes: 0 additions & 2 deletions scripts/check-i18n.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

/* eslint-disable no-console */
const fs = require('fs');
const {
Expand Down

0 comments on commit 910bdbf

Please sign in to comment.