Skip to content

Commit 3edc540

Browse files
committed
Fix typo in rust CI
1 parent 3ea9c4e commit 3edc540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
components: clippy
2424
- name: Clippy Check
25-
- uses: clechasseur/rs-clippy-check@v4
25+
uses: clechasseur/rs-clippy-check@v4
2626
with:
2727
working-directory: ./rust
2828
args: --all-features

0 commit comments

Comments
 (0)