fix: resolve CI/CD test and linting issues
This commit is contained in:
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user