github: remove linting of dnf-json

Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
Achilleas Koutsou 2024-04-10 19:16:20 +02:00 committed by Sanne Raymaekers
parent eccebeff0a
commit de54fc541e

View file

@ -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"