Commit 10eed5fb authored by Marc Bihlmaier's avatar Marc Bihlmaier

remove yamllint, add ansible-lint

parent be61637a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment