We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e916105 commit 1adc21bCopy full SHA for 1adc21b
.github/workflows/pre-commit.yaml
@@ -32,10 +32,12 @@ jobs:
32
path: ~/.cache/pre-commit
33
key: pre-commit-${{ hashFiles('./.pre-commit-config.yaml') }}
34
35
+ - name: Install pre-commit
36
+ run: pip install pre-commit
37
+
38
- name: Setup pre-commit
39
if: steps.cache-pre-commit.outputs.cache-hit != 'true'
40
run: |
- pip install pre-commit
41
pre-commit install --install-hooks
42
shell: bash
43
0 commit comments