Skip to content

Bump the all-deps group across 1 directory with 14 updates #977

Bump the all-deps group across 1 directory with 14 updates

Bump the all-deps group across 1 directory with 14 updates #977

Workflow file for this run

name: 'Terragrunt format check'
on:
- pull_request
permissions:
contents: read
env:
tofu_version: '1.10.2'
tg_version: '0.83.2'
jobs:
checks:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: 'Checkout'
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Check terragrunt HCL
uses: gruntwork-io/terragrunt-action@8c1d96b76d445fd2e41475a3f0b63dcd1d9cc077 # v3.4.1
with:
tofu_version: ${{ env.tofu_version }}
tg_version: ${{ env.tg_version }}
tg_dir: 'deployment'
tg_command: 'hclfmt --terragrunt-check --terragrunt-diff'