Skip to content

Commit 8fb4db8

Browse files
committed
editing gha
1 parent 714fb91 commit 8fb4db8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-verify.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- uses: astral-sh/ruff-action@v3
3636
with:
3737
args: "format --check --diff"
38-
version-file: src/pyproject.toml # tooling generally assumes the pyproject will be at the root of the repo
38+
src: ./src
39+
version-file: ./src/pyproject.toml
3940
build:
4041
runs-on: ubuntu-latest
4142
steps:

0 commit comments

Comments
 (0)