Skip to content

Commit

Permalink
Change: Run mypy and ruff in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jul 18, 2023
1 parent eec57e6 commit 35600b0
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 @@ -19,8 +19,15 @@ jobs:
uses: greenbone/workflows/.github/workflows/ci-python.yml@main
with:
lint-packages: autohooks tests
linter: ruff
python-version: ${{ matrix.python-version }}

mypy:
name: Check type hints
uses: greenbone/workflows/.github/workflows/typing-python.yml@main
with:
python-version: "3.10"

codecov:
name: Upload coverage to codecov.io
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 35600b0

Please sign in to comment.