Skip to content

fix(mdbook): Handle generation of mdbook when book has more than 1 pr… #852

fix(mdbook): Handle generation of mdbook when book has more than 1 pr…

fix(mdbook): Handle generation of mdbook when book has more than 1 pr… #852

Workflow file for this run

name: Commitlint
on: [ push, pull_request ]
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run ‘commitlint’ linter
uses: wagoid/commitlint-github-action@v5
with:
configFile: '.commitlintrc.yml'