We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260b098 commit 6bb3e71Copy full SHA for 6bb3e71
.github/workflows/cicd.yaml
@@ -7,22 +7,5 @@ jobs:
7
8
steps:
9
- uses: actions/checkout@v4
10
-
11
- - name: Restore cached virtualenv
12
- uses: actions/cache/restore@v4
13
- with:
14
- key: venv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
15
- path: .venv
16
17
- - name: Install uv
18
- uses: astral-sh/setup-uv@v4
19
20
- - name: Run pre-commit
21
- run: uv run pre-commit run --all-files
22
23
- - name: Saved cached virtualenv
24
- uses: actions/cache/save@v4
25
- if: always()
26
27
28
+ - uses: actions/setup-python@v3
+ - uses: pre-commit/[email protected]
0 commit comments