run-ansible-lint
Version updated for ansible/ansible-lint to version v6.22.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Minor Changes
- Enable YAML 1.2 support for non-ansible files (#3809) @ssbarnea
Bugfixes
- Require ruamel.yaml >= 0.18.5 (#3880) @ssbarnea
- Improve logging regarding to yaml loading and dumping (#3875) @ssbarnea
- Avoid creating new load method in our custom formatter (#3874) @ssbarnea
- Support
ruamel-yaml >= 0.18.2
(#3869) @hswong3i