daniel-mizsak / workflows

📑 Reusable GitHub action workflows.
MIT License
1 stars 0 forks source link

Change ansible-lint command #13

Closed daniel-mizsak closed 4 months ago

daniel-mizsak commented 5 months ago

Unlike yamllint, when running ansible-lint in the molecule workflow there is no need to specify the current path using . as it should auto-detect files.

It could also make sense to extend the command further with other flags, such as forced colour output. See usage for more examples.

daniel-mizsak commented 4 months ago

Fixed in #15.