Skip to content

Commit 5144104

Browse files
committed
fix(ci): fix mypy invocation
1 parent 9eb0745 commit 5144104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
- name: Run mypy
4040
run: |
4141
echo "::add-matcher::.github/matchers/mypy.json"
42-
mypy --show-column-numbers weblate_web
42+
mypy --show-column-numbers weblate_language_data
4343
echo "::remove-matcher owner=mypy::"

0 commit comments

Comments
 (0)