Skip to content

Commit

Permalink
Add help link to git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed May 4, 2024
1 parent ab35f36 commit dfcafa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/config/commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default {
defaultIgnores: false,
helpUrl: 'https://github.com/RexOps/Rex/blob/master/CONTRIBUTING.md#git-workflow',
rules: {
'body-leading-blank': [ 2, 'always', true ],
'header-max-length': [ 2, 'always', 50 ],
Expand Down

0 comments on commit dfcafa5

Please sign in to comment.