Browse Source

try to make pull requests work with linting

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

5
.github/workflows/linting.yml

@ -8,11 +8,6 @@ on: @@ -8,11 +8,6 @@ on:
pull_request_target:
types: [opened, reopened, synchronize]
# needs write to add annotations
permissions:
checks: write
contents: write
jobs:
linting:
name: Run linters

Loading…
Cancel
Save