We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d181a2 + 183125a commit 6e726bbCopy full SHA for 6e726bb
hack/check-samples.sh
@@ -21,6 +21,7 @@ INTEGRATION_EXAMPLES=$(find integration/examples -mindepth 1 -maxdepth 1 -type d
21
22
if [[ "${EXAMPLES}" != "${INTEGRATION_EXAMPLES}" ]]; then
23
echo "Every code sample that is in ./examples should also be in ./integration/examples"
24
+ diff <(printf "examples:\n${EXAMPLES}" ) <(printf "integration/examples:\n${INTEGRATION_EXAMPLES}")
25
exit 1
26
fi
27
0 commit comments