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 7e6eee7 commit 25c0671Copy full SHA for 25c0671
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
--from-ref ${{ github.event.pull_request.base.sha }}
40
--to-ref ${{ github.event.pull_request.head.sha }}
41
continue-on-error: true
42
- - uses: pre-commit-ci/lite-action@v1.1.0
+ - uses: pre-commit-ci/lite-action@v1.0.3
43
44
- name: Build
45
run: |
0 commit comments