Skip to content

Issue #30: As a Devops, I would like to rework the file structure in this directory #2

Issue #30: As a Devops, I would like to rework the file structure in this directory

Issue #30: As a Devops, I would like to rework the file structure in this directory #2

Workflow file for this run

---
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'