File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,16 @@ concurrency:
1212jobs :
1313 lints : # fast lints
1414 name : Lints
15+ permissions :
16+ contents : read
1517 uses : ./.github/workflows/lints.yml
1618 matlab : # heavy MATLAB checks
19+ permissions :
20+ contents : read
1721 needs : lints
1822 uses : ./.github/workflows/matlab.yml
1923 webpage-build :
24+ permissions :
25+ contents : read
2026 needs : lints
2127 uses : ./.github/workflows/webpage-build.yml
Original file line number Diff line number Diff line change 22 workflow_call :
33jobs :
44 links :
5+ permissions :
6+ contents : read
57 uses : ./.github/workflows/links.yml
68 commit :
79 name : Commit messages
10+ permissions :
11+ contents : read
812 runs-on : ubuntu-latest
913 steps :
1014 - uses : opensource-nepal/commitlint@v1
You can’t perform that action at this time.
0 commit comments