We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c272c commit 0067591Copy full SHA for 0067591
.github/workflows/api-pull-request.yml
@@ -70,7 +70,7 @@ jobs:
70
uses: liskin/gh-problem-matcher-wrap@v2
71
with:
72
linters: mypy
73
- run: make typecheck
+ run: cd api && make typecheck
74
75
- name: Check autogenerated documentation
76
uses: nickcharlton/diff-check@v1.0.0
0 commit comments