Skip to content

Commit

Permalink
issue #1: added github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jan 17, 2024
1 parent e07aad8 commit 96ed032
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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'
3 changes: 3 additions & 0 deletions .mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"aliveStatusCodes": [999,200,403]
}

0 comments on commit 96ed032

Please sign in to comment.