File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11name : Linting
22on :
33 - pull_request
4+
5+ permissions : # added using https://github.com/step-security/secure-workflows
6+ contents : read
7+
48concurrency :
59 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
610 cancel-in-progress : true
11+
712jobs :
813 yamllint :
14+ permissions :
15+ contents : read # for actions/checkout to fetch code
16+ pull-requests : write # for karancode/yamllint-github-action to post comments on PRs
917 name : Yamllint
1018 runs-on : ubuntu-latest
1119 steps :
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Spell Checking
22
33on : [pull_request]
44
5+ permissions : # added using https://github.com/step-security/secure-workflows
6+ contents : read
7+
58concurrency :
69 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
710 cancel-in-progress : true
Original file line number Diff line number Diff line change 77 pull_request :
88 workflow_dispatch :
99
10+ permissions : # added using https://github.com/step-security/secure-workflows
11+ contents : read
12+
1013concurrency :
1114 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1215 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments