Skip to content

Commit 0f14c71

Browse files
committed
ci(gitlab-ci): run commitlint in pre-commit job
1 parent 2dce535 commit 0f14c71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ pre-commit:
8686
- '${PRE_COMMIT_HOME}'
8787
script:
8888
- 'pre-commit run --all-files --color always --verbose'
89+
- 'pre-commit run --color always --hook-stage manual --verbose commitlint-ci'
8990

9091
# Use a separate job for `rubocop` other than the one potentially run by `pre-commit`
9192
# - The `pre-commit` check will only be available for formulas that pass the default

0 commit comments

Comments
 (0)