Skip to content

Commit b553298

Browse files
committed
fix clippy failing because the step wasn't checking out the repo
1 parent 9b2f4e9 commit b553298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ jobs:
3939
runs-on: ubuntu-latest
4040

4141
steps:
42+
- uses: actions/checkout@v4
4243
- name: Clippy
4344
run: cargo clippy

0 commit comments

Comments
 (0)