Skip to content

Commit 1184bee

Browse files
test ansible-lint github action
1 parent 86e57fb commit 1184bee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-lint.yml

+5
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ jobs:
5454
molecule --version &&
5555
ansible --version
5656
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

Comments
 (0)