Skip to content

Make all GCP clusters support the instance types 4, 16, and 64 CPU highmem nodes #536

Make all GCP clusters support the instance types 4, 16, and 64 CPU highmem nodes

Make all GCP clusters support the instance types 4, 16, and 64 CPU highmem nodes #536

Workflow file for this run

name: Lint terraform
on:
pull_request:
paths:
- "terraform/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
- uses: terraform-linters/setup-tflint@v4
- name: Run terraform linter
run: |
cd terraform
tflint --recursive
- name: Check terraform formatting
run: terraform fmt -check -diff terraform/