fix(14): Remove params for app setup tags #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Module tests | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
test-modules: | |
name: Test terraform modules | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v4 | |
- name: Setup terraform | |
uses: hashicorp/setup-terraform@v3 | |
- name: Terraform fmt | |
run: terraform fmt -check | |
continue-on-error: false |