Allow EditorConfig workflow to annotate PRs (#22200)

NUFC in SS13

Enables MegaLinter to annotate PRs.
This commit is contained in:
Cody Brittain
2026-04-12 22:19:44 +00:00
committed by GitHub
parent 1daf9000f0
commit 79aa48e033
+3
View File
@@ -129,6 +129,9 @@ jobs:
runs-on: ubuntu-24.04
needs: validate-structure
if: needs.validate-structure.outputs.skipci != 'true'
permissions:
contents: read
statuses: write
concurrency:
group: megalinter-${{ github.head_ref || github.run_id }}