chore(deps): update dflook/terraform-fmt-check digest to 825f2a4 #407
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: terraform-prepare | |
permissions: read-all | |
on: | |
pull_request: | |
branches: | |
- "master" | |
jobs: | |
tf-fmt: | |
runs-on: ubuntu-latest | |
name: Check terraform file format | |
steps: | |
- name: Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
- name: Terraform fmt | |
uses: dflook/terraform-fmt-check@825f2a4baa59de608a2d105d63193079e973c6d3 # v1 | |
with: | |
path: / |