diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index bd12196f2c..affe8d9d13 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -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