Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/ocpl_cm_standards_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: OCPL Configuration Management Standards Check

on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
commitlint_remote:
permissions:
contents: read
uses: nciocpl/.github/.github/workflows/ocpl_cm_standards_check.yml@workflow/v2
4 changes: 4 additions & 0 deletions .github/workflows/shared-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ on:
pull_request:
jobs:
react-app-workflow:
permissions:
contents: read
packages: read
pull-requests: write
uses: nciocpl/cgov-react-app-playground/.github/workflows/workflow.yml@workflow/v3
secrets: inherit
Loading