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
|
||||
|
||||
- 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 */
|
||||
const fs = require('fs');
|
||||
const {
|
||||
|
Loading…
Reference in New Issue
Block a user