Skip to content

Commit

Permalink
ci: Update commit message linter
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverCullimore committed Sep 17, 2023
1 parent 4a5985e commit fea40fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: "echo \"module.exports = {extends: ['@commitlint/config-conventional'], rules: { 'subject-case': [0], 'body-max-line-length': [0], 'footer-max-line-length': [0] }}\" > commitlint.config.js"
- uses: wagoid/commitlint-github-action@v5

0 comments on commit fea40fe

Please sign in to comment.