|
@@ -35,7 +35,7 @@ jobs:
|
|
run: |
|
|
run: |
|
|
pip install -U pre-commit
|
|
pip install -U pre-commit
|
|
pre-commit install --install-hooks
|
|
pre-commit install --install-hooks
|
|
- pre-commit run --from-ref=origin/${{ github.base_ref }} --to-ref=HEAD
|
|
|
|
|
|
+ pre-commit run --all-files
|
|
whisper-test:
|
|
whisper-test:
|
|
needs: pre-commit
|
|
needs: pre-commit
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|