Skip to content

Bump crazy-max/ghaction-import-gpg from 5 to 6 #84

Bump crazy-max/ghaction-import-gpg from 5 to 6

Bump crazy-max/ghaction-import-gpg from 5 to 6 #84

Workflow file for this run

name: 'validate'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: 'Setup Terraform'
uses: hashicorp/[email protected]
with:
terraform_version: 1.0.3
- name: Terraform Init
id: init
run: terraform init
- name: Terraform Validate
id: validate
run: terraform validate -no-color