Skip to content

[Feature] Increase Clippy level to info #2

[Feature] Increase Clippy level to info

[Feature] Increase Clippy level to info #2

Workflow file for this run

name: clippy-action
on: [pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: giraffate/clippy-action@v1
with:
level: info
reporter: 'github-pr-review'
github_token: ${{ secrets.GITHUB_TOKEN }}