Skip to content

Commit

Permalink
issue #1: fixed some yaml linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Feb 7, 2024
1 parent 23f4db3 commit b7d1910
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 245 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/infra-ci-workflow.yaml

This file was deleted.

22 changes: 16 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
name: Ai-cfia repo standard and markdown check
name: Infrastructure integration workflow

on:
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
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
terraform-check:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-terraform-check.yml@main
with:
config-file-path: '.mlc_config.json'
config-file-path: '.tflint.hcl'
Loading

0 comments on commit b7d1910

Please sign in to comment.