Skip to content

SWCD-2379: numbered list bug #1095

SWCD-2379: numbered list bug

SWCD-2379: numbered list bug #1095

Workflow file for this run

name: 'Terraform Format'
on:
pull_request:
branches: [ "main", "next" ]
jobs:
terraform-fmt:
name: 'Terraform Format'
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
# Checkout code
- name: Checkout
uses: actions/checkout@v3
# Install the latest version of Terraform CLI
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
# Checks that all Terraform configuration files adhere to a canonical format
- name: Terraform Format
run: terraform fmt -check -recursive