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