Skip to content

deploy-gke: allow deployed service port expose #77

deploy-gke: allow deployed service port expose

deploy-gke: allow deployed service port expose #77

Workflow file for this run

name: 'CI'
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- uses: 'hashicorp/setup-terraform@v3.0.0'
with:
terraform_version: '1.3'
- run: |-
terraform fmt -check -diff
- run: |-
terraform init -backend=false -input=false
- run: |-
terraform validate