We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e57fb commit 1184beeCopy full SHA for 1184bee
.github/workflows/ci-lint.yml
@@ -54,3 +54,8 @@ jobs:
54
molecule --version &&
55
ansible --version
56
working-directory: ${{ inputs.role-path }}
57
+
58
+ - name: Run ansible-lint
59
+ uses: ansible/[email protected]
60
+ with:
61
+ working_directory: ${{ inputs.role-path }}
0 commit comments