localization-key-reference.yml 723 B

1234567891011121314151617181920212223
  1. name: Localization Reference Key Check
  2. on:
  3. push:
  4. branches: [ "master" ]
  5. pull_request:
  6. branches: [ "master" ]
  7. jobs:
  8. check-key-references:
  9. name: "Check Localization Keys are referenced"
  10. runs-on: ubuntu-latest
  11. steps:
  12. - uses: actions/checkout@v4
  13. - uses: actions/setup-python@v5
  14. with:
  15. python-version: '3.13'
  16. cache: 'pip'
  17. cache-dependency-path: .github/workflows/localization/check-key-references.pip.txt
  18. - name: Install dependencies
  19. run: pip install -r .github/workflows/localization/check-key-references.pip.txt
  20. - name: Check Localization Key References
  21. run: python .github/workflows/localization/check-key-references.py