Skip to content

feat(copm): add fabric COPM implementation #2887

feat(copm): add fabric COPM implementation

feat(copm): add fabric COPM implementation #2887

name: "Commit Lint"
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5.4.1