We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5776d47 commit c5d24a4Copy full SHA for c5d24a4
.github/workflows/lint-python.yaml
@@ -4,6 +4,8 @@ on:
4
pull_request:
5
paths:
6
- '**/*.py' # Only trigger on changes to Python files
7
+ - 'python/pyproject.toml'
8
+ - 'python/uv.lock'
9
10
jobs:
11
lint:
0 commit comments