Skip to content

Bump actions/checkout from 4 to 5 #10

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #10

Workflow file for this run

name: Post comments about TF syntax
on: pull_request
jobs:
post-format-comment:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.6.6
- name: Terraform Format
run: terraform fmt -recursive
- name: Suggest format changes
uses: reviewdog/action-suggester@v1
with:
tool_name: terraform fmt
level: error