Files
PortProtonQt/.gitea/workflows/check-spell.yml
Renovate Bot 60b508af18
Some checks failed
Code check / Check code (pull_request) Successful in 1m18s
Code check / Check code (push) Has been cancelled
chore(deps): update https://gitea.com/actions/checkout action to v5
2025-09-28 07:40:23 +00:00

31 lines
825 B
YAML

name: Check Translations (disabled until yaspeller is fixed)
run-name: Check spelling in translation files
on:
push:
branches: [main]
paths:
- 'portprotonqt/locales/**'
pull_request:
paths:
- 'portprotonqt/locales/**'
workflow_dispatch:
jobs:
check-translations:
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Set up Python
uses: https://gitea.com/actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version-file: "pyproject.toml"
- name: Install Python dependencies
run: pip install pyaspeller babel
- name: Run spell check
run: python dev-scripts/l10n.py --spellcheck