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 23bfacc commit 0acc4fbCopy full SHA for 0acc4fb
.github/workflows/ci-pre-commit.yml
@@ -34,12 +34,6 @@ jobs:
34
toolchain: nightly-2024-12-03
35
components: rustfmt
36
37
- - name: Run pre-commit on PR diff
38
- if: ${{ github.event_name == 'pull_request' }}
39
- run: |
40
- pre-commit run --from-ref "${{ github.event.pull_request.base.sha }}" \
41
- --to-ref "${{ github.event.pull_request.head.sha }}"
42
-
43
- - name: Run pre-commit on all files (non-PR pushes)
+ - name: Run pre-commit on all files
44
if: ${{ github.event_name != 'pull_request' }}
45
run: pre-commit run --all-files
0 commit comments