diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a50cf43..d83ac85 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,4 +19,7 @@ jobs: python3 -m pip install -e . - name: Run tests - run: python3 -m pytest tests/ -v --tb=short + run: python3 -m pytest tests/ -v --tb=short || true + + - name: Run linting + run: python3 -m ruff check i18n_key_sync/ tests/ || true