Skip to content

Commit

Permalink
Remove: cache: "true" input, remove mypy job (#500)
Browse files Browse the repository at this point in the history
Remove `cache: "true"` input, remove mypy job
  • Loading branch information
y0urself committed Aug 1, 2023
1 parent 60d740f commit 6f14bd4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ 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 All @@ -41,5 +35,4 @@ jobs:
uses: greenbone/actions/coverage-python@v3
with:
python-version: "3.10"
cache: "true"
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6f14bd4

Please sign in to comment.