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 0e8d01a commit 1625868Copy full SHA for 1625868
.github/workflows/clippy.yml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
+ with:
13
+ ref: refs/pull/${{ github.event.number }}/head
14
- uses: actions-rs/toolchain@v1
15
with:
16
profile: minimal
0 commit comments