Skip to content

Commit

Permalink
Create clippy-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu authored Oct 6, 2023
1 parent a034733 commit 8108c48
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/clippy-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: clippy-review
on: [pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'

0 comments on commit 8108c48

Please sign in to comment.