Skip to content

Commit

Permalink
ci: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Feb 15, 2024
1 parent f877bc7 commit 7fac8b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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/[email protected]
with:
reporter: "github-pr-review"

0 comments on commit 7fac8b0

Please sign in to comment.