This commit is contained in:
@@ -32,10 +32,10 @@ jobs:
|
|||||||
run: python --version
|
run: python --version
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest confsync/tests/ -v 2>&1 || true
|
run: pytest confsync/tests/ -v
|
||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: ruff check confsync/ 2>&1 || true
|
run: ruff check confsync/
|
||||||
|
|
||||||
- name: Check types
|
- 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