Skip to content

Commit

Permalink
fix: rectified commitlint job crash
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnanand5 committed Aug 23, 2024
1 parent 3f718a7 commit ec01792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install commitlint dependencies
run: npm install @commitlint/config-conventional

- name: Lint commit messages
uses: wagoid/commitlint-github-action@v6
with:
Expand Down

0 comments on commit ec01792

Please sign in to comment.