Skip to content

chore: changed golang-related CI configuration and update document (#… #384

chore: changed golang-related CI configuration and update document (#…

chore: changed golang-related CI configuration and update document (#… #384

Workflow file for this run

name: Terraform init and validate
on: [push, pull_request]
jobs:
tf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v2
- name: Terraform fmt
run: terraform fmt -check
- name: Terraform Init
run: terraform init
- name: Terraform Validate
run: terraform validate -no-color