Skip to content

Commit 7275655

Browse files
committed
specify working-directory: backend in .github/workflows/pre-commit.yml
1 parent dea59a1 commit 7275655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ jobs:
5050
uv.lock
5151
- name: Install Dependencies
5252
run: uv sync
53+
working-directory: backend
5354
- name: Run prek - pre-commit
5455
id: precommit
5556
run: uvx prek run --from-ref origin/${GITHUB_BASE_REF} --to-ref HEAD --show-diff-on-failure
5657
continue-on-error: true
58+
working-directory: backend
5759
- name: Commit and push changes
5860
if: env.HAS_SECRETS == 'true'
5961
run: |

0 commit comments

Comments
 (0)