Update dflook/terraform-validate digest to 93108d6 (#8) #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Terraform Validation | |
on: | |
pull_request: | |
paths: | |
- terraform/environment/github/** | |
push: | |
branches: | |
- main | |
jobs: | |
terraform: | |
name: Validate Terraform | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 | |
- name: Validate Terraform | |
uses: dflook/terraform-validate@93108d6d37b2fd79d527ec77c190105de1429bb5 | |
with: | |
path: terraform/environment/github | |