Skip to content

Update readme.md to mention CDMC in the controls section #20

Update readme.md to mention CDMC in the controls section

Update readme.md to mention CDMC in the controls section #20

Workflow file for this run

name: "PR Workflow"
on:
pull_request:
workflow_dispatch:
jobs:
run-format-check:
uses: ./.github/workflows/format-check.yml
permissions:
pull-requests: write
contents: read
run-linting-check:
uses: ./.github/workflows/linting-check.yml
permissions:
pull-requests: write