Skip to content

Have cargo fmt undo some of the clippy "fixes" πŸ˜‰ #97

Have cargo fmt undo some of the clippy "fixes" πŸ˜‰

Have cargo fmt undo some of the clippy "fixes" πŸ˜‰ #97

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request:
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy --tests -- -Dclippy::all