Update ansible-lint.yml #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: run-ansible-lint | ||
# You may pin to the exact commit or the version. | ||
# uses: ansible/ansible-lint@3b5bee19c2102ea35bc8619795a72c5c73797fc7 | ||
uses: ansible/[email protected] | ||
with: | ||
args: # optional, default is | ||
# If false, this action will not setup python and will instead rely on the already installed python. | ||
setup_python: # optional, default is true | ||
# The directory where to run ansible-lint from. Default is `github.workspace`. | ||
working_directory: # optional, default is | ||
# Path to the requirements YAML file to install role and collection dependencies. | ||
requirements_file: # optional, default is | ||
# Expected return code from ansible-lint. Default is 0. Used for self-testing purposes. | ||
expected_return_code: # optional, default is 0 |