style: fix pre-existing terraform fmt issues in function_app_linux_ma… #722
Workflow file for this run
This file contains hidden or 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: Lint | |
| on: | |
| push: | |
| branches: | |
| - '**' | |
| jobs: | |
| lint-terraform: | |
| runs-on: ubuntu-latest | |
| name: Lint Terraform | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: hashicorp/setup-terraform@v3 | |
| with: | |
| terraform_wrapper: false | |
| - run: terraform fmt -check -diff -recursive |