Skip to content

clippy, then a pants fix #2

clippy, then a pants fix

clippy, then a pants fix #2

Workflow file for this run

name: Spellcheck
on:
pull_request:
jobs:
linters:
name: Lint check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rustfmt, clippy,
- name: cargo fmt
run: cargo fmt -- --check
- name: cargo clipp
run: cargo clippy -- -Dwarnings
pants:
name: Check dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- run: |
cargo install pants

Check failure on line 33 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 33
cargo pants --dev --verbose