Skip to content

Use the default value of 'test' #64

Use the default value of 'test'

Use the default value of 'test' #64

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: actions/checkout@v4
- name: Format
run: terraform -chdir=terraform fmt -check -diff -recursive