style: formatting

This commit is contained in:
2026-07-08 06:50:07 +02:00
parent bdbf2aa88b
commit 7546c85688
+1 -1
View File
@@ -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"