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

remove yamllint, add ansible-lint

parent be61637a
...@@ -29,11 +29,11 @@ jobs: ...@@ -29,11 +29,11 @@ jobs:
python-version: '3.x' python-version: '3.x'
- name: Install test dependencies. - name: Install test dependencies.
run: pip3 install yamllint run: pip3 install ansible ansible-lint
- name: Lint code. - name: Lint code.
run: | run: |
yamllint . ansible-lint .
molecule: molecule:
name: 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