From e675bef062825cd10a3b686453849dfc2c43c1d7 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 6 Jul 2023 18:14:14 +0200 Subject: [PATCH] ci: invoke linter directly --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}