Skip to content

chore: Bump actions/checkout from 3 to 4 #13

chore: Bump actions/checkout from 3 to 4

chore: Bump actions/checkout from 3 to 4 #13

Workflow file for this run

name: Format Code
on:
pull_request
permissions:
contents: read
jobs:
format:
name: Format Code
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: "1.0.0"
- name: Format Code
run: |
terraform fmt -recursive .