Remove unnecessary asserts (#1484)

This commit is contained in:
Jeremiah Lowin 2025-08-13 20:52:05 -04:00 committed by GitHub
commit 31f9687606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 50 additions and 53 deletions

View file

@ -77,6 +77,7 @@ jobs:
# Check if docs.json content changed (ignoring formatting)
if ! jq --sort-keys . docs/docs.json.orig | diff -q - <(jq --sort-keys . docs/docs.json) > /dev/null 2>&1; then
echo "❌ docs.json content has changed!"
echo ""
echo "Run `just api-ref-all` to regenerate the SDK docs, then commit the changes. Note: you may need to install `just` (https://github.com/casey/just)"
exit 1
fi