deepin-community/run-ansible-lint
Run Ansible Lint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 12, 2026
- License
- GPL 3.0
Pinned Snippet
uses: deepin-community/ansible-lint@9782cf2438d8ed1d0257c8cb4104251a0815a855 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Arguments to be passed to ansible-lint command. | no | "" |
| setup_python | If false, this action will not setup python and will instead rely on the already installed python. | no | true |
| working_directory | The directory where to run ansible-lint from. Default is `github.workspace`. | no | "" |
| requirements_file | Path to the requirements YAML file to install role and collection dependencies. | no | "" |
| expected_return_code | Expected return code from ansible-lint. Default is 0. Used for self-testing purposes. | no | 0 |
| gh_action_ref | The branch, tag, or commit to use for ansible-lint. | no | "" |
Outputs
no outputs