Skip to content

Commit 70bb664

Browse files
committed
fix cwd
1 parent 5b001ef commit 70bb664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)