Skip to content

Move off lambda and to ECS #187

Move off lambda and to ECS

Move off lambda and to ECS #187

on:
pull_request:
paths:
- "infrastructure/global/**/*"
- "infrastructure/global/*"
name: Global Terraform Lint
env:
TF_WORKSPACE: "default"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Terraform Format
id: fmt
run: terraform fmt -check
env:
TF_IN_AUTOMATION: 1