style: formatting
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
id: version_check
|
||||
run: |
|
||||
NEW_VERSION=$(yq -r '.info.version' openapi.yaml)
|
||||
if [ -f openapi_spec.yaml ]; then
|
||||
if [ -f openapi_spec.yaml ]; then
|
||||
OLD_VERSION=$(yq -r '.info.version' openapi_spec.yaml)
|
||||
else
|
||||
OLD_VERSION="0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user