File tree Expand file tree Collapse file tree 4 files changed +21
-0
lines changed
new-package/github/workflows
elm-review-something-for-new-rule/.github/workflows
elm-review-something/.github/workflows Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
on : [push, pull_request]
6
6
7
+ permissions :
8
+ contents : read
9
+
7
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
8
11
jobs :
9
12
test :
Original file line number Diff line number Diff line change 4
4
# events but only for the main branch
5
5
on : [push, pull_request]
6
6
7
+ permissions :
8
+ contents : read
9
+
7
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
8
11
jobs :
9
12
test :
64
67
publish :
65
68
needs : [test] # make sure all your other jobs succeed before trying to publish
66
69
70
+ permissions :
71
+ contents : write
72
+
67
73
# The type of runner that the job will run on
68
74
runs-on : ubuntu-latest
69
75
Original file line number Diff line number Diff line change 4
4
# events but only for the main branch
5
5
on : [push, pull_request]
6
6
7
+ permissions :
8
+ contents : read
9
+
7
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
8
11
jobs :
9
12
test :
64
67
publish :
65
68
needs : [test] # make sure all your other jobs succeed before trying to publish
66
69
70
+ permissions :
71
+ contents : write
72
+
67
73
# The type of runner that the job will run on
68
74
runs-on : ubuntu-latest
69
75
Original file line number Diff line number Diff line change 4
4
# events but only for the main branch
5
5
on : [push, pull_request]
6
6
7
+ permissions :
8
+ contents : read
9
+
7
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
8
11
jobs :
9
12
test :
64
67
publish :
65
68
needs : [test] # make sure all your other jobs succeed before trying to publish
66
69
70
+ permissions :
71
+ contents : write
72
+
67
73
# The type of runner that the job will run on
68
74
runs-on : ubuntu-latest
69
75
You can’t perform that action at this time.
0 commit comments