File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ on: # yamllint disable-line rule:truthy
44 pull_request :
55 workflow_dispatch :
66
7+
8+ permissions :
9+ contents : read
10+
711jobs :
812 lint :
913 name : Lint Javascript
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ on: # yamllint disable-line rule:truthy
44 workflow_dispatch :
55 pull_request :
66
7+
8+ permissions :
9+ contents : read
10+
711jobs :
812 ktlint :
913 name : Lint Kotlin
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ on: # yamllint disable-line rule:truthy
88 - " .github/linters/phpcs.xml"
99 - " .github/workflows/php-lint.yml"
1010
11+
12+ permissions :
13+ contents : read
14+
1115jobs :
1216 phpcs :
1317 name : " PHP Linter"
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ on: # yamllint disable-line rule:truthy
44 pull_request :
55 workflow_dispatch :
66
7+
8+ permissions :
9+ contents : read
10+
711jobs :
812 rubocop :
913 name : RuboCop
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ on: # yamllint disable-line rule:truthy
1111 # Allows you to run this workflow manually from the Actions tab
1212 workflow_dispatch :
1313
14+
15+ permissions :
16+ contents : read
17+
1418# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1519jobs :
1620 # This workflow contains a single job called "build"
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ on: # yamllint disable-line rule:truthy
44 pull_request :
55 workflow_dispatch :
66
7+
8+ permissions :
9+ contents : read
10+
711jobs :
812 yamllint :
913 name : Lint Yaml
You can’t perform that action at this time.
0 commit comments