Skip to content

Update cis188 -> cis1912 #49

Update cis188 -> cis1912

Update cis188 -> cis1912 #49

# 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