Fix reviewdog workflow failing to create checks

This commit is contained in:
David Rodríguez
2025-10-22 14:16:03 +02:00
parent 025f8b25b1
commit 678497914f

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