Skip to content

Commit

Permalink
Merge pull request #2 from aj3sh/commitlint
Browse files Browse the repository at this point in the history
ci: add commitlint
  • Loading branch information
sugat009 authored May 27, 2024
2 parents e7f1fc8 + caaf297 commit bf6b117
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 bf6b117

Please # to comment.