diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 968202f4..d4c7b298 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -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"