We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e8fd6 commit 45d2b88Copy full SHA for 45d2b88
.github/workflows/ci.yml
@@ -29,12 +29,11 @@ jobs:
29
python-version: '3.x'
30
31
- name: Install test dependencies.
32
- run: pip3 install yamllint ansible ansible-lint
+ run: pip3 install yamllint
33
34
- name: Lint code.
35
run: |
36
yamllint .
37
- ansible-lint
38
39
molecule:
40
name: Molecule
0 commit comments