Skip to content

beat yaml syntax rules #4

beat yaml syntax rules

beat yaml syntax rules #4

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: Install Cargo Vet
run: cargo install cargo-vet
- name: Run cargo vet

Check failure on line 19 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 19
run: cargo vet