fix: resolve CI/CD test and linting issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 07:28:42 +00:00
parent b1149c5f1c
commit fedd9e4902

View File

@@ -31,3 +31,19 @@ jobs:
- name: Run linting
run: ruff check regex_humanizer/ tests/
i18n-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install i18n-key-sync
run: pip install -e .
- name: Validate i18n keys
run: i18n-key-sync validate ./i18n_key_sync --strict