We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b09a8a commit 0a2ae91Copy full SHA for 0a2ae91
1 file changed
.github/workflows/readmeio.yml
@@ -16,14 +16,14 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: actions/setup-node@v2
18
with:
19
- node-version: '14'
+ node-version: '18'
20
- run: npm install -g rdme
21
22
- name: Validate API Definitions
23
- run: rdme validate personio-personnel-data-api-oa3.yaml
+ run: rdme openapi:validate personio-personnel-data-api-oa3.yaml
24
25
- name: Validate Recruiting API Definitions
26
- run: rdme validate personio-recruiting-api.yaml
+ run: rdme openapi:validate personio-recruiting-api.yaml
27
28
- name: Publish API Definitions
29
run: rdme openapi personio-personnel-data-api-oa3.yaml --id=58cd4a8450a0c12500e89bf8 --key ${{ secrets.README_API_KEY }}
0 commit comments