Skip to content

Linting for edition=2021 and cargo upgrade #142

Linting for edition=2021 and cargo upgrade

Linting for edition=2021 and cargo upgrade #142

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: rustfmt, clippy
- run: cargo fmt --all -- --config format_code_in_doc_comments=true --check
# - uses: actions-rs/cargo@v1
# with:
# command: clippy
# args: -- -D warnings