Skip to content

Commit ded72ae

Browse files
committed
try
1 parent 0067591 commit ded72ae

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,19 @@ jobs:
6666
opts: --no-input --dry-run --check
6767
run: make django-make-migrations
6868

69+
70+
- uses: liskin/gh-problem-matcher-wrap@v2
71+
with:
72+
action: add
73+
linters: mypy
74+
6975
- name: Check for new typing errors
70-
uses: liskin/gh-problem-matcher-wrap@v2
71-
with:
76+
run: make typecheck
77+
78+
- uses: liskin/gh-problem-matcher-wrap@v2
79+
with:
80+
action: remove
7281
linters: mypy
73-
run: cd api && make typecheck
7482

7583
- name: Check autogenerated documentation
7684
uses: nickcharlton/diff-check@v1.0.0

0 commit comments

Comments
 (0)