ci: Fix cargo vet command typo (#9771)

Co-authored-by: Lucas Nogueira <118899497+lucasfernog-crabnebula@users.noreply.github.com>
This commit is contained in:
Tillmann 2024-05-14 19:39:12 +09:00 committed by GitHub
parent 4a33bc6a62
commit 67ea20999b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,4 +42,4 @@ jobs:
# run: cargo vet --locked
- name: Provide audit suggestions
run: cargo vet --locked suggestions
run: cargo vet suggest