Skip to content

Commit

Permalink
ci: Fix cargo vet command typo (#9771)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Nogueira <118899497+lucasfernog-crabnebula@users.noreply.github.com>
  • Loading branch information
1 parent 4a33bc6 commit 67ea209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
# run: cargo vet --locked

- name: Provide audit suggestions
run: cargo vet --locked suggestions
run: cargo vet suggest

0 comments on commit 67ea209

Please sign in to comment.