Skip to content

Commit

Permalink
Fix: Use ruff check as linter (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Jul 9, 2024
1 parent 1a8cfdb commit f2cb0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
packages: notus tests
linter: ruff
linter: ruff check

test:
name: Run all tests
Expand Down

0 comments on commit f2cb0f7

Please sign in to comment.