Skip to content

Commit b881bfc

Browse files
committed
fix missing line
1 parent 21a2af0 commit b881bfc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
run: cargo test --verbose
2222

2323
clippy:
24-
name: Run Clippy/Lint
24+
name: Clippy/Lint check
2525
runs-on: ubuntu-latest
2626
steps:
27-
- name: clippy
27+
- uses: actions/checkout@v3
28+
- name: run clippy
2829
run: cargo clippy

0 commit comments

Comments
 (0)