Skip to content

Commit

Permalink
ci: add commitlint
Browse files Browse the repository at this point in the history
Added commitlint for conventional commit check
  • Loading branch information
aj3sh committed May 26, 2024
1 parent e7f1fc8 commit caaf297
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caaf297

Please # to comment.