We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4343d76 commit b5c7d72Copy full SHA for b5c7d72
.github/workflows/Lint-Repository.yml
@@ -9,8 +9,9 @@ on:
9
required: true
10
11
permissions:
12
- contents: read # to checkout the repository
13
- 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
14
+ pull-requests: write # to post super-linter summary comments on PRs
15
16
jobs:
17
Lint-Repository:
0 commit comments