Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 7feabaa

Browse files
committed
f
1 parent 334ddcb commit 7feabaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/control-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
poetry -C ./control/ install --with dev --no-root
4747
4848
- name: Run checks
49-
run: poetry -C ./control/ run poe --root ./control/ check
49+
working-directory: ./control
50+
run: poetry run poe check

0 commit comments

Comments
 (0)