Skip to content

[CI & i18n] GH action to run i18n-check + new fix GH action #2

[CI & i18n] GH action to run i18n-check + new fix GH action

[CI & i18n] GH action to run i18n-check + new fix GH action #2

Workflow file for this run

name: i18n
on:
pull_request:
jobs:
i18n-check:
name: I18N check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: scripts/i18n-check.sh -u
- run: .github/workflows/scripts/i18n-check-helper.sh