فهرست منبع

Update test.yml

Jong Wook Kim 1 سال پیش
والد
کامیت
5f957da5ca
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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