Skip to content

Commit

Permalink
Fix lint job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavoire committed Oct 25, 2024
1 parent 56ac5bc commit e4e3270
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
Expand Up @@ -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
Expand Down

0 comments on commit e4e3270

Please sign in to comment.