Skip to content

Commit 0067591

Browse files
committed
fix cwd
1 parent 84c272c commit 0067591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: liskin/gh-problem-matcher-wrap@v2
7171
with:
7272
linters: mypy
73-
run: make typecheck
73+
run: cd api && make typecheck
7474

7575
- name: Check autogenerated documentation
7676
uses: nickcharlton/diff-check@v1.0.0

0 commit comments

Comments
 (0)