hashicorp / terraform-config-inspect

A helper library for shallow inspection of Terraform configurations
Mozilla Public License 2.0
376 stars 76 forks source link

GitHub Actions: initial setup #58

Closed sydorovdmytro closed 3 years ago

sydorovdmytro commented 3 years ago

Resolves https://github.com/hashicorp/terraform-config-inspect/issues/57

This PR enables two jobs:

Tests job will run go test and linter on the master branch and PRs Release job will trigger the Goreleaser on tags matching the semver pattern

hashicorp-cla commented 3 years ago

CLA assistant check
All committers have signed the CLA.

osterman commented 3 years ago

Would be great to see this merged =)

pselle commented 3 years ago

@sidorovdmitry It is kind of you to submit this PR! However, we use CircleCI for our CI and not GitHub Actions.

Additionally, we do not intend to have releases of this repository at this time. I'll comment on the linked issue here to that regard, asking for more use cases as to where this would be useful.