Skip to content

⬆️ Bump black from 22.10.0 to 24.3.0 #40

⬆️ Bump black from 22.10.0 to 24.3.0

⬆️ Bump black from 22.10.0 to 24.3.0 #40

Workflow file for this run

name: Terraform Plan
on:
pull_request:
branches: [master]
jobs:
Terraform-Fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/[email protected]
with:
terraform_version: 0.14.6
- name: Terraform fmt
id: fmt
run: terraform fmt -recursive
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 🎨 Apply terraform fmt