Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the ci group #79

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the ci group

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the ci group #79

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- 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"