chore: updating the Makefile to find the directories better #90
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 | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
module-validation: | |
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main | |
name: Module Validation | |
with: | |
working-directory: . |