Skip to content

Merge branch 'main' of https://github.com/waal70/home-infra into lint… #2

Merge branch 'main' of https://github.com/waal70/home-infra into lint…

Merge branch 'main' of https://github.com/waal70/home-infra into lint… #2

Workflow file for this run

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

Check failure on line 3 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 3
uses: ansible/[email protected]
with:
# Arguments to be passed to ansible-lint command.
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