File tree 2 files changed +2
-23
lines changed
2 files changed +2
-23
lines changed Original file line number Diff line number Diff line change 30
30
python-version : 3.x
31
31
32
32
- name : Install test dependencies.
33
- run : pip3 install yamllint ansible ansible-lint
34
-
35
- - name : Lint code.
36
- run : |
37
- yamllint .
33
+ run : pip3 install ansible ansible-lint
38
34
39
35
- name : Lint code.
40
36
run : |
48
44
include :
49
45
- distro : debian12
50
46
playbook : converge.yml
51
- - distro : debian11
52
- playbook : converge.yml
53
- - distro : debian10
54
- playbook : converge.yml
55
47
- distro : rockylinux9
56
48
playbook : converge.yml
57
- - distro : rockylinux8
58
- playbook : converge.yml
59
- - distro : centos7
60
- playbook : converge.yml
61
- - distro : ubuntu2204
62
- playbook : converge.yml
63
- - distro : ubuntu2004
64
- playbook : converge.yml
49
+ - distro : ubuntu2404
65
50
steps :
66
51
- name : Check out the codebase.
67
52
uses : actions/checkout@v4
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments