Skip to content

Commit 93b5330

Browse files
committed
ci(super-linter): enforce commit lint
1 parent a1cf4d3 commit 93b5330

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/super-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ jobs:
6464
VALIDATE_ALL_CODEBASE: true
6565
LINTER_RULES_PATH: .
6666
DEFAULT_BRANCH: main
67+
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
68+
ENABLE_COMMITLINT_STRICT_MODE: true
6769
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default { extends: ["@commitlint/config-conventional"] };

0 commit comments

Comments
 (0)