Skip to content

probably we don't need cargo vet in makefile #3

probably we don't need cargo vet in makefile

probably we don't need cargo vet in makefile #3

Workflow file for this run

name: Cargo Vet
on: [push]
concurrency:
# limit concurrency of entire workflow runs for a specific branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cargo-vet:
name: Run cargo vet
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Run vetting
run: cargo install cargo-vet

Check failure on line 17 in .github/workflows/cargo-vet.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cargo-vet.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17
run: cargo vet