mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-12-13 22:00:34 +05:30
actions: add reviewdog
This commit is contained in:
parent
5212b4213c
commit
740f9d33e5
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 New Issue
Block a user