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 88 schedule :
99 - cron : ' 0 6 * * 0'
1010jobs :
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/action-molecule@v1.2.0
22+ env :
23+ PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24+ with :
25+ molecule_command : lint
26+
1127 test_lifecycle :
1228 runs-on : ubuntu-latest
29+ needs : lint
1330 strategy :
1431 fail-fast : false
1532 steps :
Original file line number Diff line number Diff line change 5050 src : " ./actions-runner-linux-{{ runner_version }}.tar.gz"
5151 dest : " {{ runner_dir }}/"
5252 owner : " {{ runner_user }}"
53+ mode : 0644
5354 tags :
5455 - install
5556
You can’t perform that action at this time.
0 commit comments