From 39759fce04f1ba2e0f090df517820341c1863c3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Behrmann?= Date: Thu, 17 Jul 2025 14:25:21 +0200 Subject: [PATCH] ci: switch ruff check output format to github --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dd885675..c5718c9ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"' -- 2.47.2