mirror of
https://github.com/distribution/distribution.git
synced 2026-01-19 00:53:42 +00:00
First draft of actions based ci
Signed-off-by: Chris Patterson <chrispat@github.com>
This commit is contained in:
committed by
Wang Yan
parent
d7362d7e3a
commit
f1bd655119
@@ -9,4 +9,4 @@ if ! command -v git-validation; then
|
||||
fi
|
||||
|
||||
verbosity="${DCO_VERBOSITY--v}"
|
||||
GIT_CHECK_EXCLUDE="./vendor:./script/validate/template" git-validation "$verbosity" -run DCO,short-subject,dangling-whitespace
|
||||
GIT_CHECK_EXCLUDE="./vendor:./script/validate/template" git-validation "$verbosity" -range "$COMMIT_RANGE" -run DCO,short-subject,dangling-whitespace
|
||||
Reference in New Issue
Block a user