Skip to content

Bump rustfmt to 2024 and verify with a let-chain #3996

Bump rustfmt to 2024 and verify with a let-chain

Bump rustfmt to 2024 and verify with a let-chain #3996

Workflow file for this run

name: clippy
on:
pull_request:
paths:
- '**.rs'
- '**.toml'
- '**.yml'
jobs:
clippy_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- uses: clechasseur/rs-clippy-check@v5
with:
args: --workspace