From de54fc541e29c6369beb551335ca1a72e6be6b2e Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 10 Apr 2024 19:16:20 +0200 Subject: [PATCH] github: remove linting of dnf-json Signed-off-by: Achilleas Koutsou --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7df81d4ac..65a6765cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,7 @@ jobs: - run: go test -tags=integration ./cmd/osbuild-service-maintenance python-lint: - name: "🐍 Lint (dnf-json)" + name: "🐍 Lint python scripts" runs-on: ubuntu-latest container: image: registry.fedoraproject.org/fedora:37 @@ -99,7 +99,7 @@ jobs: - name: Analysing the code with pylint run: | - python3 -m pylint dnf-json tools/koji-compose.py + python3 -m pylint tools/koji-compose.py golang-lint: name: "⌨ Golang Lint"