Skip to content

fix(main.tf): correct trigger condition for helm update to handle fal… #14

fix(main.tf): correct trigger condition for helm update to handle fal…

fix(main.tf): correct trigger condition for helm update to handle fal… #14

Workflow file for this run

name: 'Lint and Clean'
on:
pull_request:
push:
branches:
- main
jobs:
fmt:
name: Terraform FMT
runs-on: ubuntu-latest
container:
image: hashicorp/terraform:latest
steps:
- uses: actions/checkout@v2
- run: terraform fmt --recursive --diff -check=true