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
Depending on how pre-commit is configured, sometimes there are outside dependencies needed for pre-commit to run correctly. As a first pass, we should try to add an input such that a user can send a list of dependency Actions that can be added to the workflow when needed. In particular, the current place it breaks is using tflint, where the terraform-linters/setup-tflint Action could be used to setup TFlint before pre-commit runs.
The text was updated successfully, but these errors were encountered:
Depending on how pre-commit is configured, sometimes there are outside dependencies needed for
pre-commit
to run correctly. As a first pass, we should try to add an input such that a user can send a list of dependency Actions that can be added to the workflow when needed. In particular, the current place it breaks is usingtflint
, where theterraform-linters/setup-tflint
Action could be used to setup TFlint beforepre-commit
runs.The text was updated successfully, but these errors were encountered: