This action allows you to run ansible-lint
with no additional options.
To use the action simply add the following lines to your .github/main.workflow
.
action "Lint Ansible Playbook" {
uses = "stoe/actions/ansible-lint@master"
}
- ACTION_PLAYBOOK_NAME: (optional) defaults to
playbook.yml
The Dockerfile and associated scripts and documentation in this project are released under the MIT.