Validate DCO in script/test-versions
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
1e5b9dc2eb
commit
85fb8956f3
3 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
>&2 echo "Validating DCO"
|
||||
script/validate-dco
|
||||
|
||||
>&2 echo "Running lint checks"
|
||||
flake8 compose
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue