Skip to content

fix(helm): update rook-ceph ( v1.15.4 → v1.15.5 ) #2280

fix(helm): update rook-ceph ( v1.15.4 → v1.15.5 )

fix(helm): update rook-ceph ( v1.15.4 → v1.15.5 ) #2280

Workflow file for this run

---
name: Terraform Lint
on:
push:
paths:
- terraform/**
- .github/workflows/terraform-lint.yml
pull_request:
jobs:
terraform-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: latest
- name: Check Terraform fmt
run: terraform fmt -recursive terraform/modules
- name: Setup Terragrunt
uses: autero1/action-terragrunt@v3
with:
terragrunt-version: latest
- name: Check Terragrunt fmt
run: terragrunt hclfmt --terragrunt-working-dir terraform --terragrunt-check