Skip to content

chore(deps): bump hashicorp/helm from 2.12.1 to 2.13.0 #209

chore(deps): bump hashicorp/helm from 2.12.1 to 2.13.0

chore(deps): bump hashicorp/helm from 2.12.1 to 2.13.0 #209

Workflow file for this run

name: Terraform
on:
pull_request:
jobs:
terraform:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.6.2
- run: terraform init
- run: terraform fmt -check -recursive .
- run: terraform validate -no-color .
- run: terraform test
env:
TF_CLI_ARGS_test: "-compact-warnings"