We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c91ff7 commit 85b75ddCopy full SHA for 85b75dd
.github/scripts/test-docs.sh
@@ -19,7 +19,7 @@ done
19
echo "Checking help text consistency..."
20
./$SCRIPT_FILE --help > script-help.txt
21
22
-if grep -E -q "## +Usage|Usage:" $README_FILE; then
+if grep -E -q "## .*Usage|Usage:" $README_FILE; then
23
echo "✅ README contains usage information"
24
else
25
echo "❌ README missing usage information"
0 commit comments