Skip to content

Commit

Permalink
Run mypy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jul 17, 2023
1 parent 6514cd8 commit 55df3f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
linter: ruff
python-version: ${{ matrix.python-version }}

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


codecov:
name: Upload coverage to codecov.io
Expand Down

0 comments on commit 55df3f0

Please sign in to comment.