Skip to content

Commit 0c5bdd2

Browse files
committed
Update generated OpenAPI spec
Update generated OpenAPI spec with tags, schemas, and component definitions. Signed-off-by: Thomas von Deyen <thomas@vondeyen.com>
1 parent a02a4f2 commit 0c5bdd2

3 files changed

Lines changed: 728 additions & 680 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: bundle exec rake
7878
- name: Check for OpenAPI spec drift
7979
run: |
80-
if ! git diff --exit-code docs/openapi.yml; then
80+
if ! git diff --ignore-all-space --exit-code docs/openapi.yml; then
8181
echo "::error::docs/openapi.yml is out of date. Run 'OPENAPI=1 bundle exec rspec' locally and commit the result."
8282
exit 1
8383
fi

0 commit comments

Comments
 (0)