Browse Source

changed permissions of linting

pull/74/head
Jelle van Snik 3 years ago
parent
commit
ea83df94b7
  1. 7
      .github/workflows/linting.yml

7
.github/workflows/linting.yml

@ -5,10 +5,13 @@ on:
branches: branches:
- master - master
- next - next
pull_request: pull_request_target:
types: [opened, reopened] types: [opened, reopened]
permissions: read-all # needs write to add annotations
permissions:
checks: write
contents: write
jobs: jobs:
linting: linting:

Loading…
Cancel
Save