Skip to content

Configure java runtime in the sample apps #162

Configure java runtime in the sample apps

Configure java runtime in the sample apps #162

Workflow file for this run

name: "Continuous Build (Terraform)"
on:
push:
paths:
- '**/*.tf'
- '.github/workflows/ci-terraform.yml'
branches:
- main
pull_request:
paths:
- '**/*.tf'
- '.github/workflows/ci-terraform.yml'
branches:
- main
jobs:
check-terraform-syntax:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform fmt -check -recursive