We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02a4f2 commit 0c5bdd2Copy full SHA for 0c5bdd2
3 files changed
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
run: bundle exec rake
78
- name: Check for OpenAPI spec drift
79
run: |
80
- if ! git diff --exit-code docs/openapi.yml; then
+ if ! git diff --ignore-all-space --exit-code docs/openapi.yml; then
81
echo "::error::docs/openapi.yml is out of date. Run 'OPENAPI=1 bundle exec rspec' locally and commit the result."
82
exit 1
83
fi
0 commit comments