Skip to content

Commit

Permalink
ci: give lint job perms to add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
max-niederman committed Apr 23, 2024
1 parent a0d193a commit 7e3f54d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Setup | Checkout
uses: actions/checkout@v2
Expand All @@ -64,4 +66,4 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: --all-features

0 comments on commit 7e3f54d

Please sign in to comment.