Skip to content

Commit

Permalink
chore: add commitlint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Aug 23, 2024
1 parent b2748a3 commit bd6f060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
lint_pr_title:
name: Lint PR title
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module.exports = { extends: ['@commitlint/config-conventional'] };

0 comments on commit bd6f060

Please sign in to comment.