Browse Source

Update test.yml

Jong Wook Kim 1 năm trước cách đây
mục cha
commit
5f957da5ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

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