Skip to content

.github: Setup terraform (#330) #195

.github: Setup terraform (#330)

.github: Setup terraform (#330) #195

Workflow file for this run

name: 'Lint: tf'
on:
push:
paths:
- '**/*.tf'
- .github/workflows/lint-tf.yml
pull_request:
paths:
- '**/*.tf'
- .github/workflows/lint-tf.yml
jobs:
tf-fmt:
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v3
- uses: actions/checkout@v4
- name: Format check
run: terraform -chdir=terraform fmt -check -diff -recursive