mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
actions: add reviewdog
This commit is contained in:
parent
5212b4213c
commit
740f9d33e5
1 changed files with 16 additions and 0 deletions
16
.github/workflows/reviewdog.yml
vendored
Normal file
16
.github/workflows/reviewdog.yml
vendored
Normal file
|
@ -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
|
Loading…
Reference in a new issue