Merge pull request #20 from giraffate/update_readme

Update README
This commit is contained in:
Takayuki Nakata 2022-11-17 22:23:54 +09:00 committed by GitHub
commit 70c5f4eb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: giraffate/clippy-action@main
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
github_token: ${{ secrets.GITHUB_TOKEN }}