Releases: cloudposse/build-harness
Releases · cloudposse/build-harness
v0.44.1
v0.44.0
v0.43.0
v0.42.0
v0.41.0
v0.40.0
v0.39.2
v0.39.1
0.39.0 Update README template to pass lint and add gh action superlinter #232
what
- superlinter fix
why
In PR against terraform-example-module
I ran into issue with superlint
ERROR:[README.md:240 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]]
Here is documentation about it:
https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md046---code-block-style
Passing check after manual changes introduced in this PR:
https://github.com/cloudposse/terraform-example-module/pull/3/checks?check_run_id=928418728
0.38.0 Changes to support README.md to passing super-linter #230
what
- Small changes for README.md to be linted
why
- To conform with MD standards
references
- cloudposse/.github#1 -
gh actions
are passing for README.md