Skip to content

Commit

Permalink
fix: use lowercase for commit messages because it's standard
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk committed Nov 12, 2023
1 parent ee6411a commit a352b8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .commitlintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Conventional commits
runs-on: ubuntu-latest
env:
COMMITLINT_CONFIG: .commitlintrc.json
COMMITLINT_CONFIG: commitlint.config.js
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };

0 comments on commit a352b8e

Please sign in to comment.