Skip to content

Commit 1625868

Browse files
Check out the right ref
1 parent 0e8d01a commit 1625868

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/clippy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
with:
13+
ref: refs/pull/${{ github.event.number }}/head
1214
- uses: actions-rs/toolchain@v1
1315
with:
1416
profile: minimal

0 commit comments

Comments
 (0)