Issue #30: As a Devops, I would like to rework the file structure in this directory #2
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: Infra integration workflow | |
on: | |
pull_request: | |
types: | |
- opened | |
- closed | |
- synchronize | |
jobs: | |
markdown-check: | |
uses: | |
ai-cfia/github-workflows/.github/workflows/workflow-markdown-check.yml@main | |
yaml-check: | |
uses: | |
ai-cfia/github-workflows/.github/workflows/workflow-yaml-check.yml@main | |
repo-standard: | |
uses: | |
ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main | |
secrets: inherit | |
terraform-check: | |
uses: | |
ai-cfia/github-workflows/.github/workflows/workflow-terraform-check.yml@main | |
with: | |
config-file-path: '.tflint.hcl' |