]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: switch ruff check output format to github 3813/head
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 17 Jul 2025 12:25:21 +0000 (14:25 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 17 Jul 2025 12:25:21 +0000 (14:25 +0200)
.github/workflows/ci.yml

index 3dd885675071dbf9c264cae01764de6df570af42..c5718c9ca9b4e9fd6169cbaf470589465280c2cf 100644 (file)
@@ -33,7 +33,7 @@ jobs:
       - name: Run ruff check
         run: |
           ruff --version
-          ruff check mkosi/ tests/ kernel-install/*.install
+          ruff check --output-format=github mkosi/ tests/ kernel-install/*.install
 
       - name: Check that tabs are not used in code
         run: sh -c '! git grep -P "\\t" "*.py"'