Skip to content

Commit 5f957da

Browse files
authored
Update test.yml
1 parent 8b330df commit 5f957da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
pip install -U pre-commit
3737
pre-commit install --install-hooks
38-
pre-commit run --from-ref=origin/${{ github.base_ref }} --to-ref=HEAD
38+
pre-commit run --all-files
3939
whisper-test:
4040
needs: pre-commit
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)