Skip to content

ci: update workflow file #8

ci: update workflow file

ci: update workflow file #8

name: Terraform Lint
on:
push:
branches:
- main
defaults:
run:
working-directory: ./terraform
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- name: Terraform Lint
run: terraform fmt -check