Skip to content

Commit

Permalink
Update validation workflow
Browse files Browse the repository at this point in the history
We need to download the vendor modules before we can validate it.
  • Loading branch information
thomasleese committed Jul 27, 2023
1 parent 225aa45 commit 714fc23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
run: terraform fmt -check -recursive
working-directory: terraform

- name: Download vendor modules
run: make ci development terrafile

- name: Validate
run: |
terraform init -backend=false
Expand Down

0 comments on commit 714fc23

Please sign in to comment.