File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' 0 6 * * 0'
10
10
jobs :
11
+ lint :
12
+ runs-on : ubuntu-latest
13
+ strategy :
14
+ fail-fast : false
15
+ steps :
16
+ - name : checkout
17
+ uses : actions/checkout@v2
18
+ with :
19
+ path : " ${{ github.repository }}"
20
+ - name : Molecule for Ansible - lint
21
+ uses :
MonolithProjects/[email protected]
22
+ env :
23
+ PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24
+ with :
25
+ molecule_command : lint
26
+
11
27
test_lifecycle :
12
28
runs-on : ubuntu-latest
29
+ needs : lint
13
30
strategy :
14
31
fail-fast : false
15
32
steps :
Original file line number Diff line number Diff line change 50
50
src : " ./actions-runner-linux-{{ runner_version }}.tar.gz"
51
51
dest : " {{ runner_dir }}/"
52
52
owner : " {{ runner_user }}"
53
+ mode : 0644
53
54
tags :
54
55
- install
55
56
You can’t perform that action at this time.
0 commit comments