Skip to content

Commit 3381112

Browse files
committed
ci(super-linter): enforce commit lint
1 parent fdf2859 commit 3381112

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,5 +64,7 @@ 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
FILTER_REGEX_EXCLUDE: "(gradlew|gradlew\\.bat|gradle/.*|mvnw|mvnw\\.cmd|\\.m2/.*|\\.mvn/.*)$"
6870
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)