Skip to content

fix: Need the global redis helm values to not be null even when disab… #46

fix: Need the global redis helm values to not be null even when disab…

fix: Need the global redis helm values to not be null even when disab… #46

Workflow file for this run

name: Terraform Lint Check
on: [push]
jobs:
tflint:
name: Run tflint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: "~1"
- name: Install tflint
run: |
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
- name: Run tflint
run: tflint