Skip to content

feat: add permissions for managing container storage classes in AutoM… #18

feat: add permissions for managing container storage classes in AutoM…

feat: add permissions for managing container storage classes in AutoM… #18

name: Check file formatting
on: [push]
jobs:
check_format:
runs-on: ubuntu-latest
name: Check Terraform file are formatted correctly
steps:
- name: Checkout
uses: actions/checkout@v4
- name: terraform fmt
uses: dflook/terraform-fmt-check@v1
id: fmt-check
with:
path: .
- name: Wrong formatting found
if: ${{ failure() && steps.fmt-check.outputs.failure-reason == 'check-failed' }}
run: echo "formatting check failed"