Merge pull request #7 from oaknational/feat/ENG-1054-sql-module #34
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 checks and linting | |
on: [push] | |
jobs: | |
terraform-lint-format: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Run Terraform Action from oak-terraform-actions | |
uses: oaknational/oak-terraform-actions/actions/terraform-checks@main | |
with: | |
terraform_base_dir: modules |