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 70c7336 commit 3de0955Copy full SHA for 3de0955
.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- checkout
21
- run: pip install ansible ansible-lint yamllint flake8
22
- - run: ansible-lint
+ - run: ansible-lint .
23
- run: yamllint .
24
- run: flake8
25
0 commit comments