diff --git a/.github/commitlint.config.js b/.github/commitlint.config.js index cf7daab867..bee965b814 100644 --- a/.github/commitlint.config.js +++ b/.github/commitlint.config.js @@ -10,6 +10,7 @@ module.exports = { 'babeld', 'bfdd', 'bgpd', + 'build', 'doc', 'docker', 'eigrpd', diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index a1f273a2ce..a91c6174aa 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -13,6 +13,9 @@ jobs: contents: read runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Check Commit uses: wagoid/commitlint-github-action@v5 with: