mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Allow EditorConfig workflow to annotate PRs (#22200)
NUFC in SS13 Enables MegaLinter to annotate PRs.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user