From 4604084074252cc29ad5976296eecead74507988 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 25 Mar 2024 13:29:43 +0100 Subject: [PATCH] ci: Use ruff check instead of ruff Fixes deprecation warning --- .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 054e9dfee..534550529 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Run ruff run: | ruff --version - ruff mkosi/ tests/ kernel-install/50-mkosi.install + ruff check mkosi/ tests/ kernel-install/50-mkosi.install - name: Check that tabs are not used in code run: sh -c '! git grep -P "\\t" "*.py"' -- 2.47.2