Skip to content

Commit

Permalink
ci: add conventional commit checker
Browse files Browse the repository at this point in the history
  • Loading branch information
mariugul committed Aug 29, 2024
1 parent caa05d0 commit d5ac686
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ jobs:
mv code_quality/.docstr.yaml . # --config option didn't work
docstr-coverage 2>&1 | tee docstr/docstring_coverage.txt
ls docs/badges
commitlint:
runs-on: ubuntu-latest
name: Commitlint
steps:
- name: Run commitlint
uses: opensource-nepal/commitlint@v1

0 comments on commit d5ac686

Please sign in to comment.