Skip to content

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

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

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

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- 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"