Skip to content

Commit f2d11b9

Browse files
Balou9greenbonebot
authored andcommitted
Fix: Linting in CI via ruff check
1 parent 02c703d commit f2d11b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: greenbone/workflows/.github/workflows/ci-python.yml@main
2020
with:
2121
lint-packages: autohooks tests
22-
linter: ruff
22+
linter: ruff check
2323
python-version: ${{ matrix.python-version }}
2424

2525
codecov:

0 commit comments

Comments
 (0)