issue #1: GKE cluster using Terraform (first iteration) #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: Ai-cfia repo standard and markdown check | |
on: | |
pull_request: | |
types: | |
- opened | |
- closed | |
- synchronize | |
jobs: | |
repo-standard: | |
uses: ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main | |
secrets: inherit | |
markdown-check: | |
uses: ai-cfia/github-workflows/.github/workflows/workflow-markdown-check.yml@main | |
with: | |
config-file-path: '.mlc_config.json' |