Skip to content

Update README.md

Update README.md #583

Workflow file for this run

name: Test terraform-fmt
on:
- pull_request
jobs:
canonical_fmt:
runs-on: ubuntu-latest
name: Canonical fmt
steps:
- name: Checkout
uses: actions/checkout@v3
- name: terraform fmt
uses: ./terraform-fmt
with:
path: tests/workflows/test-fmt/non-canonical
- name: fmt-check
uses: ./terraform-fmt-check
with:
path: tests/workflows/test-fmt/non-canonical