Skip to content

Commit 84c272c

Browse files
committed
ci: Add mypy problem matcher
1 parent 1ed4a89 commit 84c272c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/api-pull-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ jobs:
6767
run: make django-make-migrations
6868

6969
- name: Check for new typing errors
70-
run: make typecheck
70+
uses: liskin/gh-problem-matcher-wrap@v2
71+
with:
72+
linters: mypy
73+
run: make typecheck
7174

7275
- name: Check autogenerated documentation
7376
uses: nickcharlton/diff-check@v1.0.0

0 commit comments

Comments
 (0)