We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commitlint
pre-commit
1 parent 2dce535 commit 0f14c71Copy full SHA for 0f14c71
.gitlab-ci.yml
@@ -86,6 +86,7 @@ pre-commit:
86
- '${PRE_COMMIT_HOME}'
87
script:
88
- 'pre-commit run --all-files --color always --verbose'
89
+ - 'pre-commit run --color always --hook-stage manual --verbose commitlint-ci'
90
91
# Use a separate job for `rubocop` other than the one potentially run by `pre-commit`
92
# - The `pre-commit` check will only be available for formulas that pass the default
0 commit comments