mirror of
https://github.com/mandiant/capa.git
synced 2025-12-28 21:53:29 -08:00
ci: invoke linter directly
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user