We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4275922 commit bc3bcfaCopy full SHA for bc3bcfa
.github/workflows/ci.yml
@@ -28,6 +28,13 @@ jobs:
28
path: .venv
29
key: venv-v1-test-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
30
31
+ - name: Cache pre-commit
32
+ id: cache-pre-commit
33
+ uses: actions/cache@v3
34
+ with:
35
+ path: ~/.cache/pre-commit
36
+ key: pre-commit-v1-test-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
37
+
38
- uses: Gr1N/setup-poetry@v7
39
- name: Bootstrap environment
40
run: |
0 commit comments