Skip to content

Update ansible-lint.yml #6

Update ansible-lint.yml

Update ansible-lint.yml #6

Workflow file for this run

- name: run-ansible-lint
# You may pin to the exact commit or the version.
# uses: ansible/ansible-lint@3b5bee19c2102ea35bc8619795a72c5c73797fc7
uses: ansible/[email protected]
with:

Check failure on line 5 in .github/workflows/ansible-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ansible-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
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