Skip to content

Commit

Permalink
🔨 Update test-files.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 3, 2024
1 parent c6ebfc2 commit 2a96835
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/test-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
set -e
set -x

# Check README.md is up to date
diff --brief docs/index.md README.md
# Check copy paste errors in tutorials
if grep -r --include "*.md" "Usage: tutorial" ./docs ; then echo "Incorrect console demo"; exit 1 ; fi
if grep -r --include "*.md" "python tutorial" ./docs ; then echo "Incorrect console demo"; exit 1 ; fi

0 comments on commit 2a96835

Please sign in to comment.