Releases: karancode/yamllint-github-action
Releases · karancode/yamllint-github-action
Python 3.12
What's Changed
- fix(test): adapt test validation by @beiertu-mms in #18
- feat(dependabot): update config to version 2 by @beiertu-mms in #19
- Upgrade GitHub Actions by @cclauss in #16
- Update Dockerfile to Python 3.12 to install latest version of yamllint by @shiftkey in #32
New Contributors
Full Changelog: v2.1.1...v3.0.0
[Bugfix]set-output to GITHUB_OUTPUT
What's Changed
- fix(script): adjust yamllint_output declaration by @beiertu-mms in #17
New Contributors
- @beiertu-mms made their first contribution in #17
Full Changelog: v2.1.0...v2.1.1
replace set-output statement GITHUB_OUTPUT
What's Changed
- Add to GitHub Actions workflows Linting ourselves with yamllint by @ydah in #10
- Fix a typo by @ydah in #9
- replace set-output statement GITHUB_OUTPUT by @yujiorama in #12
New Contributors
- @ydah made their first contribution in #10
- @yujiorama made their first contribution in #12
Full Changelog: v2.0.0...v2.1.0
Added Testing to actions with bugfixes
- bugfix about comment on PR even when lint passes.
- added testing framework BATS
yamllint-github-action initial release
Github Action for yamllint
of yaml files.
This can be used for validating the kubernetes yaml configurations files.