File tree 1 file changed +4
-20
lines changed
1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
17
- with :
18
- path : icinga2_agent
19
-
20
- # Checkout Adfinis lint-rules
21
- - uses : actions/checkout@v2
22
- with :
23
- repository : adfinis/ansible-lint-rules
24
- path : lint-rules
25
-
26
- - name : Install Ansible-Galaxy Requirements
27
- run : ansible-galaxy install -r icinga2_agent/requirements.yml
28
- - name : ansible-lint
29
- uses : ansible/ansible-lint-action@main
30
- with :
31
- targets : icinga2_agent
32
- args : " -R -r lint-rules"
33
- override-deps : |
34
- ansible~=2.10
35
- ansible-lint~=6.0
16
+ - uses : actions/checkout@v4
17
+ run : ansible-galaxy install -r requirements.yml
18
+ - name : Run ansible-lint
19
+ uses : ansible/ansible-lint@main
36
20
- name : yamllint
37
21
38
22
with :
You can’t perform that action at this time.
0 commit comments