Skip to content

Commit

Permalink
Add: lint with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 committed Aug 20, 2024
1 parent 79ab02d commit bc6cafe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
version: ${{ matrix.python-version }}
packages: ospd_openvas ospd tests

- name: Lint with ruff
uses: greenbone/workflows/.github/workflows/ci-python.yml@main
with:
lint-packages: autohooks tests
linter: ruff check
python-version: ${{ matrix.python-version }}

test:
name: Run all tests
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit bc6cafe

Please sign in to comment.