Skip to content

Merge branch 'master' of https://github.com/cis188/infrastructure int… #52

Merge branch 'master' of https://github.com/cis188/infrastructure int…

Merge branch 'master' of https://github.com/cis188/infrastructure int… #52

# Generated by cdkactions. Do not modify
# Generated as part of the 'cdk' stack.
name: Lint Terraform
on:
push:
paths:
- terraform/**
jobs:
lint-tf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Terraform
run: |-
cd terraform
terraform fmt -check