You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add TF_VAR check and conventional commit lint workflows (#663)
Adds the following two workflows:
1. `conventional-commit-lint`: check all commits follow the conventional commit
style. This will help ensure that the Release Please changelog contains all PRs.
2. `terraform-variable-check`: checks that the GitHub workflow Terraform variables
defined as TF_VAR_ prefixed environment variables have a matching variable
definition in the codebase. This will help prevent accidental misconfigurations
between the workflows and Terraform code.
0 commit comments