We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c4457 commit 9509200Copy full SHA for 9509200
1 file changed
.github/workflows/validations.yml
@@ -33,9 +33,7 @@ jobs:
33
uv run --package master buildbot checkconfig master
34
35
uv-lock:
36
- name: Check worker dependencies are consistent with pyproject.toml
37
runs-on: ubuntu-slim
38
-
39
steps:
40
- uses: actions/checkout@v4
41
- uses: astral-sh/setup-uv@v6
@@ -61,7 +59,9 @@ jobs:
61
59
62
60
63
- name: Type-check master config
64
- run: uv run --package master ty check --error-on-warning master/master.cfg master/custom_steps.py
+ run: |
+ uv sync --package master
+ uv run --package master ty check --error-on-warning master/master.cfg master/custom_steps.py
65
66
bandit:
67
0 commit comments