ci: invoke linter directly

This commit is contained in:
Willi Ballenthin
2023-07-06 18:14:14 +02:00
parent 511aa0fb51
commit e675bef062

View File

@@ -58,7 +58,7 @@ jobs:
- name: Install capa
run: pip install -e .[dev]
- name: Run rule linter
run: pre-commit run rule-linter
run: python scripts/lint.py rules/
tests:
name: Tests in ${{ matrix.python-version }} on ${{ matrix.os }}