We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfdf26 commit 3510cdaCopy full SHA for 3510cda
.github/workflows/pr-validation.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
# Simple check for common broken link patterns
32
echo "Checking for potential broken links..."
33
- if grep -r "http://localhost\|http://127.0.0.1" docs/; then
+ if grep -r "http://localhost\|http://127.0.0.1" docs/ --exclude-dir=showcase; then
34
echo "❌ Found localhost links that should be removed"
35
exit 1
36
fi
0 commit comments