From 1f5796c920f6bfd83fdfeefe1c6cac63c8b946b6 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 3 Sep 2024 11:53:16 +0200 Subject: [PATCH] ci: enable Ruff Python linter --- .github/workflows/python-diff-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-diff-lint.yml b/.github/workflows/python-diff-lint.yml index 28a4d4283..da1e0203e 100644 --- a/.github/workflows/python-diff-lint.yml +++ b/.github/workflows/python-diff-lint.yml @@ -31,6 +31,9 @@ jobs: releng rpmbuild selinux + linter_tags: | + pylint + ruff - name: Upload artifact with detected defects in SARIF format uses: actions/upload-artifact@v4