Skip to content

Latest commit

 

History

History
 
 

ansible-lint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Ansible Lint for GitHub Action

This action allows you to run ansible-lint with no additional options.

Usage

To use the action simply add the following lines to your .github/main.workflow.

action "Lint Ansible Playbook" {
  uses = "stoe/actions/ansible-lint@master"
}

Environment Variables

  • ACTION_PLAYBOOK_NAME: (optional) defaults to playbook.yml

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT.