Skip to content

Commit

Permalink
fix mypy cache???
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <[email protected]>
  • Loading branch information
mgovers committed Aug 19, 2024
1 parent 8872428 commit 8bcbfe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Install and run mypy
run: |
pip install mypy
mkdir -p .mypy_cache
mypy .
- name: Install and run pylint
Expand Down

0 comments on commit 8bcbfe1

Please sign in to comment.