Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/Lint-Repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
required: true

permissions:
contents: read # to checkout the repository
statuses: write # to update the status of the workflow from linter
contents: read # to checkout the repository
statuses: write # to update the status of the workflow from linter
pull-requests: write # to post super-linter summary comments on PRs

jobs:
Lint-Repository:
Expand Down
Loading