We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bb664 commit 168f940Copy full SHA for 168f940
1 file changed
.github/workflows/api-pull-request.yml
@@ -66,11 +66,19 @@ jobs:
66
opts: --no-input --dry-run --check
67
run: make django-make-migrations
68
69
+
70
+ - uses: liskin/gh-problem-matcher-wrap@v2
71
+ with:
72
+ action: add
73
+ linters: mypy
74
75
- name: Check for new typing errors
- uses: liskin/gh-problem-matcher-wrap@v2
- with:
76
+ run: make typecheck
77
78
79
80
+ action: remove
81
linters: mypy
- run: cd api && make typecheck
82
83
- name: Check autogenerated documentation
84
uses: nickcharlton/diff-check@v1.0.0
0 commit comments