This commit is contained in:
@@ -32,10 +32,10 @@ jobs:
|
||||
run: python --version
|
||||
|
||||
- name: Run tests
|
||||
run: pytest confsync/tests/ -v 2>&1 || true
|
||||
run: pytest confsync/tests/ -v
|
||||
|
||||
- name: Run linting
|
||||
run: ruff check confsync/ 2>&1 || true
|
||||
run: ruff check confsync/
|
||||
|
||||
- name: Check types
|
||||
run: mypy confsync/ --ignore-missing-imports 2>&1 || true
|
||||
run: mypy confsync/ --ignore-missing-imports
|
||||
|
||||
Reference in New Issue
Block a user