File tree 5 files changed +9
-0
lines changed
5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 5
5
paths :
6
6
- " **.py"
7
7
- " **/py.typed"
8
+ - " .github/actions/uv-project-setup/**"
9
+ - " .github/workflows/check-mypy.yaml"
8
10
- " pyproject.toml"
9
11
- " uv.lock"
10
12
workflow_call :
Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
paths :
5
5
- " .github/renovate.json5"
6
+ - " .github/workflows/check-renovate-config.yaml"
6
7
workflow_call :
7
8
workflow_dispatch :
8
9
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- " **.py"
7
7
- " **/py.typed"
8
+ - " .github/actions/uv-project-setup/**"
9
+ - " .github/workflows/check-ruff.yaml"
8
10
- " pyproject.toml"
9
11
- " uv.lock"
10
12
workflow_call :
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
paths :
6
6
- " **.py"
7
+ - " .github/actions/uv-project-setup/**"
8
+ - " .github/workflows/run-all.yaml"
7
9
- " adventofcode/**/input-*.txt"
8
10
- " pyproject.toml"
9
11
- " uv.lock"
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
paths :
6
6
- " **.py"
7
+ - " .github/actions/uv-project-setup/**"
8
+ - " .github/workflows/test-pytest.yaml"
7
9
- " pyproject.toml"
8
10
- " uv.lock"
9
11
workflow_call :
You can’t perform that action at this time.
0 commit comments