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 63f1a1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: [pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: dtolnay/rust-toolchain@master
Expand All @@ -12,3 +14,4 @@ jobs:
- uses: giraffate/[email protected]
with:
reporter: "github-pr-review"
level: "info"

0 comments on commit 63f1a1f

Please sign in to comment.