Skip to content

v3.0.0 Composite action

Compare
Choose a tag to compare
@ibiqlik ibiqlik released this 08 Nov 18:03
· 9 commits to master since this release
b2aeacc

Since Github runners now have yamllint installed by default see actions/runner-images#1657, thanks @yvele 🙏, the action is now a Composite action and not a Docker action which speeds up the run significantly because the dockerfile doesn't need building before running yamllint.

If you need to use Docker action, continue using ibiqlik/action-yamllint@v2, there is no difference in functionality.

Happy linting ✅