bschaatsbergen / terraformbyexample

Terraform by example
https://terraformbyexample.com/
MIT License
33 stars 4 forks source link

Create a Github action to lint the inline HCL #1

Open bschaatsbergen opened 2 years ago

bschaatsbergen commented 2 years ago

Every markdown page contains inline HCL which needs to be checked when creating a pull request.

bschaatsbergen commented 2 years ago

I think that we can use markdownlint and a Github action that wraps around this.

Use this repository as reference