Skip to content

Commit

Permalink
fixup! ci: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Feb 15, 2024
1 parent 0b47aff commit a28e0c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: clippy-action
on: [pull_request]
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy:
runs-on: ubuntu-latest
permissions:
pull-requests: write
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
- uses: giraffate/clippy-action@main
with:
reporter: "github-pr-review"
level: "info"
github_token: ${{ github.token }}

0 comments on commit a28e0c0

Please sign in to comment.