Skip to content

Output the details required to access the cluster #7

Output the details required to access the cluster

Output the details required to access the cluster #7

Workflow file for this run

name: checks
on:
pull_request:
branches: [main]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: terraform fmt -check
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ludeeus/[email protected]
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: terraform init -backend=false
- run: terraform validate