Skip to content

Commit

Permalink
fix(ci): fix mypy invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 13, 2024
1 parent 9eb0745 commit 5144104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Run mypy
run: |
echo "::add-matcher::.github/matchers/mypy.json"
mypy --show-column-numbers weblate_web
mypy --show-column-numbers weblate_language_data
echo "::remove-matcher owner=mypy::"

0 comments on commit 5144104

Please sign in to comment.