Skip to content

ci: clippy

ci: clippy #1

Workflow file for this run

name: clippy-action
on: [pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy
- uses: giraffate/clippy-action@v1.0.1
with:
reporter: "github-pr-review"