This github action is deprecated and will not be maintained anymore. Please use a different action such as the ansible-lint community action.
github action for ansible-lint
Required The directory of the ansible project to lint. Default ansible
Required The ansible-lint configuration file. Default .ansible-lint.yml
Additional arguments to pass to ansible-lint
- name: Lint ansible project
uses: hfrSchmidt/ansible-lint-github-action@v1
with:
project_dir: 'ansible'
config_file: '.ansible-lint.yml'
args: '--parseable-severity --force-color'