Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.2 in the ci group across 1 directory #81

build(deps): bump actions/checkout from 4.1.7 to 4.2.2 in the ci group across 1 directory

build(deps): bump actions/checkout from 4.1.7 to 4.2.2 in the ci group across 1 directory #81

Workflow file for this run

name: check
on:
pull_request:
push:
branches:
- main
jobs:
terraform-fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v2
with:
terraform_version: latest
terraform_wrapper: false
- name: Check tf files
run: |
# run check formatting of files in tf-modules directory
make tf-fmt TF_ARGS="-check -diff"