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,7 +35,7 @@ jobs:
pip install -e ".[dev]" pip install -e ".[dev]"
- name: Run tests - name: Run tests
run: python -m pytest tests/ -v --tb=short run: python -m pytest errorfix/tests/ -v --tb=short
- name: Run linting - name: Run linting
run: | run: |