mirror of
https://github.com/giraffate/clippy-action.git
synced 2024-11-24 00:49:33 +01:00
commit
b7e8ff9657
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: clippy
|
||||
- uses: giraffate/clippy-action@main
|
||||
with:
|
||||
reporter: 'github-pr-review'
|
||||
|
|
Loading…
Reference in a new issue