File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1717 - name : Setup uv
1818 uses : astral-sh/setup-uv@v6
1919
20+ - name : Sync uv
21+ run : |
22+ uv sync
23+
2024 - name : Run Bandit
2125 run : |
2226 uv run --only-group bandit bandit --configfile pyproject.toml --recursive . --format sarif --output results.sarif || true
Original file line number Diff line number Diff line change 1919 - name : Set up UV
2020 uses : astral-sh/setup-uv@v6
2121
22+ - name : Sync uv
23+ run : |
24+ uv sync
25+
2226 - name : Build package with uv
2327 run : |
2428 uv --no-dev --no-default-groups build
Original file line number Diff line number Diff line change 2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
26+ - name : Sync uv
27+ run : |
28+ uv sync
29+
2630 - name : Test with pytest
2731 run : |
2832 uv run --no-dev --frozen pytest --isolate
Original file line number Diff line number Diff line change 1010 - id : ruff-check
1111 - id : ruff-format
1212 repo : https://github.com/astral-sh/ruff-pre-commit
13- rev : v0.14.7
14- - hooks :
15- - id : uv-lock
16- repo : https://github.com/astral-sh/uv-pre-commit
17- rev : 0.9.13
13+ rev : v0.14.7
You can’t perform that action at this time.
0 commit comments