fix: connect other github actions with mypy job (#14)

This commit is contained in:
Sergey Parfenyuk
2025-01-02 22:01:28 +01:00
committed by GitHub
parent 4cfe76a59a
commit e0954341a3

View File

@@ -111,7 +111,7 @@ jobs:
# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
check:
if: always()
needs: [lint, test, coverage]
needs: [lint, test, coverage, mypy]
runs-on: ubuntu-latest
steps: