Skip to content

Adding codeowners file creation script #3

Adding codeowners file creation script

Adding codeowners file creation script #3

Workflow file for this run

---
name: Howard 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