mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +01:00
remove yamllint, add ansible-lint
This commit is contained in:
parent
be61637a4d
commit
10eed5fb79
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -29,11 +29,11 @@ jobs:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install test dependencies.
|
||||
run: pip3 install yamllint
|
||||
run: pip3 install ansible ansible-lint
|
||||
|
||||
- name: Lint code.
|
||||
run: |
|
||||
yamllint .
|
||||
ansible-lint .
|
||||
|
||||
molecule:
|
||||
name: Molecule
|
||||
|
Loading…
Reference in New Issue
Block a user