Skip to content

Commit abd116f

Browse files
bjoernricksgreenbonebot
authored andcommitted
Revert linting changes in the CI
The actions are not ready to use a different tool like make instead of poetry.
1 parent 991876b commit abd116f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: greenbone/workflows/.github/workflows/lint-python.yml@main
2121
with:
2222
lint-packages: "greenbone tests"
23-
linter: make lint
24-
formatter: make format
23+
linter: ruff check
24+
formatter: ruff format --diff
2525
python-version: ${{ matrix.python-version }}
2626

2727
test:

0 commit comments

Comments
 (0)