mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
Remove unnecessary asserts (#1484)
This commit is contained in:
parent
b2131a6765
commit
31f9687606
12 changed files with 50 additions and 53 deletions
1
.github/workflows/run-static.yml
vendored
1
.github/workflows/run-static.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue