mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 20:40:38 +00:00
dedicated doc links workflow
This commit is contained in:
7
tests.sh
vendored
7
tests.sh
vendored
@@ -55,8 +55,11 @@ coverage combine coverages/*
|
||||
coverage xml
|
||||
|
||||
# test doc
|
||||
echo "checking documentation..."
|
||||
"${cur}"/scripts/check-doc.sh
|
||||
if [ -z "${in_cicd}" ]; then
|
||||
# not in CI/CD
|
||||
echo "checking documentation..."
|
||||
"${cur}"/scripts/check-doc.sh
|
||||
fi
|
||||
|
||||
## done
|
||||
echo "All tests finished successfully"
|
||||
|
||||
Reference in New Issue
Block a user