From caaf2972b4aae2c33dfb38634b0b006d7e99762f Mon Sep 17 00:00:00 2001 From: Ajesh Sen Thapa Date: Sun, 26 May 2024 09:50:27 +0545 Subject: [PATCH] ci: add commitlint Added commitlint for conventional commit check --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 311dd41..dd20695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Conventional Commitlint + uses: opensource-nepal/commitlint@v1 + with: + verbose: true + - uses: actions/setup-go@v5 with: go-version: 1.22