name: i18n CJK Guard on: pull_request: branches: [main] permissions: contents: read jobs: guard: runs-on: ubuntu-latest timeout-minutes: 1 steps: - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 1 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.11' - name: Run i18n CJK guard run: python scripts/ci/i18n_cjk_guard.py