mercari / hcledit

Go package to edit HCL configuration
MIT License
44 stars 13 forks source link

[ci/workflows] run `docker build` on PRs #121

Closed ryan-ph closed 2 months ago

ryan-ph commented 2 months ago

This will catch if any changes break the build process. This is inspired because dependenabot auto-merged a change that broke the build process because there was no CI check on PRs to ensure build continues to work.

Actual fix for the build is in https://github.com/mercari/hcledit/pull/120