From a8c6c499e265eb8d1737af926ce531f695930f0f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelsalam Date: Wed, 10 Jul 2024 11:19:02 +0200 Subject: [PATCH] Change: Fix linting with ruff --- .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 6f689dc89..c986506af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: lint-packages: gvm tests python-version: ${{ matrix.python-version }} - linter: ruff + linter: ruff check test: name: Run tests