Open
Description
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.
Activity