Skip to content

Issue #33: Hotfix for branch protection ruleset script #10

Issue #33: Hotfix for branch protection ruleset script

Issue #33: Hotfix for branch protection ruleset script #10

Workflow file for this run

---
name: Devops repository 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
sh-check:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-sh-check.yml@main
repo-standard:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
secrets: inherit