mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-22 07:43:08 +02:00
ci: fix i18n script
This commit is contained in:
parent
1c99908b97
commit
910bdbfc0e
2
.github/workflows/i18n.yml
vendored
2
.github/workflows/i18n.yml
vendored
@ -36,4 +36,4 @@ jobs:
|
|||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Validate localisations
|
- name: Validate localisations
|
||||||
run: ./scripts/check-i18n.js
|
run: node ./scripts/check-i18n.js
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env node
|
|
||||||
|
|
||||||
/* eslint-disable no-console */
|
/* eslint-disable no-console */
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const {
|
const {
|
||||||
|
Loading…
Reference in New Issue
Block a user