Skip to content

Commit

Permalink
test(git): ✅ Add commitlint-github-action config
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Jul 16, 2021
1 parent 31c2fcc commit 84c302a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ jobs:
with:
fetch-depth: 0

- uses: wagoid/commitlint-github-action@v4
- name: Lint Commit Messages
uses: wagoid/commitlint-github-action@v2.0.3
with:
configFile: "commitlint.config.js"
firstParent: true
failOnWarnings: false

0 comments on commit 84c302a

Please sign in to comment.