Skip to content

Commit

Permalink
ci(cargo): fix cargo step action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro committed Jul 18, 2023
1 parent 32d6773 commit 83bd91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
toolchain: stable
override: true
components: clippy
- uses: actions-rs/clippy@v1
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --manifest-path voxeru-discord-bot/Cargo.toml

0 comments on commit 83bd91c

Please sign in to comment.