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 8b330df commit 5f957daCopy full SHA for 5f957da
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
pip install -U pre-commit
37
pre-commit install --install-hooks
38
- pre-commit run --from-ref=origin/${{ github.base_ref }} --to-ref=HEAD
+ pre-commit run --all-files
39
whisper-test:
40
needs: pre-commit
41
runs-on: ubuntu-latest
0 commit comments