Skip to content

Commit

Permalink
add TF lint back for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jan 9, 2025
1 parent 1cf338a commit 66dc97d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
terraform init
terraform fmt
terraform validate
- name: lint test charm module
working-directory: ./terraform/tests
run: |
terraform init
terraform fmt
terraform validate
- name: run checks - prepare
run: |
sudo snap install juju --channel=3.6/beta --classic
Expand Down

0 comments on commit 66dc97d

Please sign in to comment.