mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
bump openapi version directly (#5674)
This commit is contained in:
parent
f0ecf562bb
commit
5110d32142
3 changed files with 6 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ echo "🔍 Checking OpenAPI schema is up-to-date..."
|
|||
|
||||
# Check if the generated schema differs from the committed version
|
||||
echo "🔍 Comparing generated schema with committed version..."
|
||||
if ! git diff --exit-code ui/desktop/openapi.json ui/desktop/src/api/; then
|
||||
if ! git diff --ignore-space-change --exit-code ui/desktop/openapi.json ui/desktop/src/api/; then
|
||||
echo ""
|
||||
echo "❌ OpenAPI schema is out of date!"
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue