Skip to content

Commit

Permalink
chore: update to commitlint.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
zapteryx committed Jun 14, 2024
1 parent 2a7c947 commit 69ff202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
parserPreset: 'conventional-changelog-conventionalcommits',
rules: {
'body-leading-blank': [1, 'always'],
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
fetch-depth: 0
- name: Lint commit messages
uses: wagoid/commitlint-github-action@v5.4.5
uses: wagoid/commitlint-github-action@v6.0.1
with:
configFile: '.github/commitlint.config.cjs'
configFile: '.github/commitlint.config.mjs'
eslint:
name: ESLint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69ff202

Please sign in to comment.