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 07f6f9a commit 47d4f8aCopy full SHA for 47d4f8a
.github/workflows/pr_pre-commit.yaml
@@ -21,3 +21,5 @@ jobs:
21
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
22
components: rustfmt,clippy
23
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
24
+ with:
25
+ extra_args: "--from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}"
0 commit comments