From b6487f5a20b1708f20d0bed1c825de4aa379c6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Mon, 3 Jul 2023 10:34:14 +0200 Subject: [PATCH] Don't lint scripts directory anymore The scripts got moved to a pontos module. --- .github/workflows/ci-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 69c1e6f1..cb08d644 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -21,7 +21,7 @@ jobs: - name: Install and check with black, pylint and pontos.version uses: greenbone/actions/lint-python@v2 with: - packages: pontos tests scripts + packages: pontos tests python-version: ${{ matrix.python-version }} cache: "true"