fix: resolve CI linting failures and test path
Some checks failed
CI / test (push) Failing after 11s
ErrorFix CLI CI / test (push) Failing after 10s

This commit is contained in:
2026-02-01 04:28:33 +00:00
parent aadbff5e8f
commit 3462c67d9b

View File

@@ -35,9 +35,9 @@ jobs:
pip install -e ".[dev]"
- name: Run tests
run: python -m pytest tests/ -v --tb=short
run: python -m pytest errorfix/tests/ -v --tb=short
- name: Run linting
run: |
pip install ruff
ruff check errorfix/ tests/
ruff check errorfix/ tests/