diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 684f1301..8ea4cc48 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}