Skip to content

Commit 877905d

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,15 @@ jobs:
4848
requirements**.txt
4949
pyproject.toml
5050
uv.lock
51+
working-directory: backend
5152
- name: Install Dependencies
5253
run: uv sync
54+
working-directory: backend
5355
- name: Run prek - pre-commit
5456
id: precommit
5557
run: uvx prek run --from-ref origin/${GITHUB_BASE_REF} --to-ref HEAD --show-diff-on-failure
5658
continue-on-error: true
59+
working-directory: backend
5760
- name: Commit and push changes
5861
if: env.HAS_SECRETS == 'true'
5962
run: |

0 commit comments

Comments
 (0)