Skip to content

Hide outdated comments #665

Hide outdated comments

Hide outdated comments #665

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@v4
- 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