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 f2a3f89 commit e2e5746Copy full SHA for e2e5746
.ansible-lint
.github/workflows/main.yml
@@ -29,12 +29,11 @@ jobs:
29
python-version: '3.x'
30
31
- name: Install test dependencies.
32
- run: pip3 install ansible yamllint ansible-lint
+ run: pip3 install ansible yamllint
33
34
- name: Lint code.
35
run: |
36
yamllint .
37
- ansible-lint
38
molecule:
39
name: Molecule
40
runs-on: ubuntu-latest
0 commit comments