Skip to content

ci: update workflow file for bill #15

ci: update workflow file for bill

ci: update workflow file for bill #15

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