Skip to content

Commit

Permalink
try all write perms for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
wmmc88 committed Nov 9, 2023
1 parent 4cb9220 commit 41b6a0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
clippy:
name: Clippy
runs-on: windows-latest
permissions:
checks: write
permissions: write-all
# permissions:
# checks: write
strategy:
matrix:
wdk:
Expand Down

0 comments on commit 41b6a0b

Please sign in to comment.