mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
ci: fix i18n script
This commit is contained in:
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 {
|
||||
|
Reference in New Issue
Block a user