Skip to content

Commit

Permalink
Make homebrew install optional for pre-commit (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Nov 9, 2022
1 parent d201dab commit 760b640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
python-version: 3.x
- uses: Homebrew/actions/setup-homebrew@master
if: inputs.validateTerraform == true
- name: Install Terraform dependencies
if: inputs.validateTerraform == true
run: brew install tflint tfsec
Expand Down

0 comments on commit 760b640

Please sign in to comment.