Merge pull request #13645 from deivid-rodriguez/review-dog-write-checks

Fix reviewdog workflow failing to create checks
This commit is contained in:
David Cook
2025-10-29 09:17:26 +11:00
committed by GitHub

View File

@@ -2,6 +2,7 @@ name: Linters
on: [pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
checks: write # to post check annotations
jobs:
lint:
name: prettier and rubocop