Skip to content

Commit

Permalink
Fix lint job permissions (#34)
Browse files Browse the repository at this point in the history
nsavoire authored Oct 29, 2024
1 parent 8b53150 commit 6d979f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,8 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
permissions:
pull-requests: write
steps:
- name: Check out
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 comments on commit 6d979f8

Please sign in to comment.