Skip to content

Auto-update registry versions (2def409ec4c2dd6fb8f31aef2b3bc75588ff089b) #448

Auto-update registry versions (2def409ec4c2dd6fb8f31aef2b3bc75588ff089b)

Auto-update registry versions (2def409ec4c2dd6fb8f31aef2b3bc75588ff089b) #448

Workflow file for this run

name: i18n
on:
pull_request:
jobs:
check-i18n:
name: I18N check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # all
- name: Any files missing hash key?
run: scripts/check-i18n.sh -n -x -v
- name: Any files with invalid hash keys?
run: scripts/check-i18n.sh -v
- run: .github/workflows/scripts/check-i18n-helper.sh