Skip to content

Commit f39c2f2

Browse files
[CI] Add i18n Parser Check (#1078)
* [CI] Add i18n Parser Check * fix: update i18n keys * fix: use reusable workflows * fix: add personal access token to translations parser workflow * fix: yarn command * chore: try without recursive * Trigger build * Trigger build 2 --------- Co-authored-by: Flavio F Lima <flavioislima@users.noreply.github.com> Co-authored-by: Brett <27568879+BrettCleary@users.noreply.github.com>
1 parent 8897409 commit f39c2f2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: i18n Parser
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
workflow_dispatch:
7+
8+
jobs:
9+
i18n_parser:
10+
uses: HyperPlay-Gaming/workflows/.github/workflows/nodejs_commands.yml@main
11+
with:
12+
node_version: '20'
13+
pkg_manager: 'yarn'
14+
install: 'yarn setup'
15+
name: 'i18n parser'
16+
command_one: 'yarn i18n --fail-on-update'
17+
command_one_name: 'i18n parser'
18+
checkout_recursive: false
19+
secrets:
20+
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'
21+
pat: ${{ secrets.pat }}

0 commit comments

Comments
 (0)