Skip to content

Commit c5d24a4

Browse files
committed
also run lint on pyproject update
1 parent 5776d47 commit c5d24a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-python.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
paths:
66
- '**/*.py' # Only trigger on changes to Python files
7+
- 'python/pyproject.toml'
8+
- 'python/uv.lock'
79

810
jobs:
911
lint:

0 commit comments

Comments
 (0)