From d43c2b45e3daaa5d50b11a452fb02c49dfd3269e Mon Sep 17 00:00:00 2001 From: Serwar <30447051+serwarde@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:37:29 +0200 Subject: [PATCH] Update python_ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update the remove ´ruff ´ to ´ruff check ´ --- .github/workflows/python_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index 780a622..a0b8c09 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -25,7 +25,7 @@ jobs: pip install . - name: Lint with Ruff run: | - ruff . + ruff check . - name: Test with pytest run: | pytest