style: formatting
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
id: version_check
|
id: version_check
|
||||||
run: |
|
run: |
|
||||||
NEW_VERSION=$(yq -r '.info.version' openapi.yaml)
|
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)
|
OLD_VERSION=$(yq -r '.info.version' openapi_spec.yaml)
|
||||||
else
|
else
|
||||||
OLD_VERSION="0.0.0"
|
OLD_VERSION="0.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user