We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a9b0f commit abf1e83Copy full SHA for abf1e83
1 file changed
.github/workflows/pre-commit.yml
@@ -24,6 +24,4 @@ jobs:
24
cache: "pip"
25
cache-dependency-path: "requirements*.txt"
26
- run: pip install -r requirements.txt
27
- - name: Execute pre-commit
28
- run: |
29
- pre-commit run --all-files --verbose
+ - uses: pre-commit/action@v3.0.1
0 commit comments