Skip to content

Commit

Permalink
actions: add reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Aug 5, 2023
1 parent 5212b42 commit 740f9d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: reviewdog / clippy
on: pull_request
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install clippy
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2

- uses: sksat/action-clippy@main
with:
reporter: github-pr-review

0 comments on commit 740f9d3

Please sign in to comment.