[CI & ja & zh] Enable format check, and fixes for ja and zh #60
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: i18n | |
on: | |
pull_request: | |
jobs: | |
i18n-check: | |
name: I18N check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 # all | |
- run: scripts/i18n-check.sh -u | |
- run: .github/workflows/scripts/i18n-check-helper.sh |