Skip to content

feat(cmd-api-server): aggregate swagger.json endpoints #56

feat(cmd-api-server): aggregate swagger.json endpoints

feat(cmd-api-server): aggregate swagger.json endpoints #56

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-20.04
steps:
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5.4.1