ci: enable ruff output format for github

Update output format to enable automatic inline annotations.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-05-20 10:53:20 +02:00
parent 0cc0731189
commit 9d28b731e3
No known key found for this signature in database

View file

@ -29,6 +29,7 @@ jobs:
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
env:
SKIP: no-commit-to-branch
RUFF_OUTPUT_FORMAT: github
- name: Verify if there are any diff files after pre-commit
run: |