File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1010 schedule :
1111 - cron : " 0 0 * * *"
1212
13+ permissions :
14+ contents : read
15+
1316jobs :
1417 test :
1518 name : ${{ matrix.os }}
2831 run : make test
2932 - name : Run build
3033 run : make build
31- - name : Upload Artifact
32- uses : actions/upload-artifact@master
33- with :
34- name : tflint-ruleset-google-${{ matrix.os }}
35- path : tflint-ruleset-google
Original file line number Diff line number Diff line change 1010 schedule :
1111 - cron : " 0 0 * * *"
1212
13+ permissions :
14+ contents : read
15+
1316jobs :
1417 e2e :
1518 name : ${{ matrix.os }} (${{ matrix.version }})
Original file line number Diff line number Diff line change 88 branches :
99 - master
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 check :
1316 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ name : maintenance
2+
13on :
24 push :
35 branches : [ master ]
46 schedule :
57 - cron : ' 0 0 * * 1'
68 workflow_dispatch : # Enables on-demand/manual triggering
9+
10+ permissions :
11+ contents : write
12+ pull-requests : write
13+
714jobs :
815 job :
916 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments