Skip to content

Commit 669fe7b

Browse files
committed
feat: add badge to readme
1 parent ea9897b commit 669fe7b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/check-api-versions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Check commit date
1616
run: |
1717
set -eo pipefail
18-
19-
THRESHOLD="10 days ago"
18+
19+
THRESHOLD="10 minutes ago"
2020
2121
if jq -e 'map_values(select(. != "main")) != {}' api-versions-lock.json; then
2222
thresholdDate=$(date -Iminutes -d "${THRESHOLD}")
@@ -25,7 +25,7 @@ jobs:
2525
echo "latest commit of api-versions-lock.json is older than ${THRESHOLD}"
2626
exit 1
2727
fi
28-
echo "api-versions-lock.json contains locked versions but is recent is enough"
28+
echo "api-versions-lock.json contains locked versions but is recent enough"
2929
else
3030
echo "no locked versions in api-versions-lock.json"
3131
fi

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![locked versions uptodate](https://github.com/stackitcloud/stackit-sdk-generator/actions/workflows/check-api-versions.yaml/badge.svg)
2+
13
# Overview
24

35
This repository implements the automatic generation of client libraries to access STACKIT APIs. It is based on the [OpenAPI Generator](https://openapi-generator.tech/). The process' input are the REST API specs in the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) format (OAS), which are stored in [STACKIT API specifications](https://github.com/stackitcloud/stackit-api-specifications).

0 commit comments

Comments
 (0)