Skip to content

TD-592 - Update changelog #292

TD-592 - Update changelog

TD-592 - Update changelog #292

Workflow file for this run

name: Lint
on:
push:
branches:
- '**'
jobs:
lint-terraform:
runs-on: ubuntu-latest
name: Lint Terraform
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
with:
terraform_wrapper: false
- run: terraform fmt -check -recursive