Skip to content

Issue #28: As a DevOps, I would like to automate Azure infrastructure deployment using Terraform #3

Issue #28: As a DevOps, I would like to automate Azure infrastructure deployment using Terraform

Issue #28: As a DevOps, I would like to automate Azure infrastructure deployment using Terraform #3

---
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@76-as-a-devops-i-would-like-to-fix-the-markdown-lint-workflow
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@87-as-a-devops-i-would-like-to-add-terraform-lint-job-to-our-ci-workflow
with:
config-file: '.tflint.hcl'

Check failure on line 30 in .github/workflows/infra-ci-workflow.yaml

View workflow run for this annotation

GitHub Actions / Infra integration workflow

Invalid workflow file

The workflow is not valid. .github/workflows/infra-ci-workflow.yaml (Line: 30, Col: 20): Invalid input, config-file is not defined in the referenced workflow.