Skip to content

Commit ce6b9b2

Browse files
committed
fixup! ci: clippy
1 parent 0b47aff commit ce6b9b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/clippy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: [pull_request]
33
jobs:
44
clippy:
55
runs-on: ubuntu-latest
6+
permissions:
7+
pull-requests: write
68
steps:
79
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
810
- uses: dtolnay/rust-toolchain@master
@@ -12,3 +14,5 @@ jobs:
1214
- uses: giraffate/clippy-action@v1.0.1
1315
with:
1416
reporter: "github-pr-review"
17+
level: "info"
18+
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)