We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e55b1 commit e657bacCopy full SHA for e657bac
.github/workflows/openapi.yaml
@@ -3,9 +3,6 @@ name: Check OpenAPI specs
3
on:
4
push:
5
6
-#env:
7
-# APIFY_STAGING_TOKEN: ${{ secrets.APIFY_STAGING_TOKEN }}
8
-
9
jobs:
10
build:
11
name: Build the specification file
@@ -14,7 +11,7 @@ jobs:
14
steps:
15
12
- uses: actions/checkout@v5
16
13
17
- - name: Use Node.js 22
+ - name: Use Node.js 24
18
uses: actions/setup-node@v6
19
with:
20
node-version: 24
@@ -34,12 +31,6 @@ jobs:
34
31
npm ci
35
32
npm run redoc:test
36
33
37
- # TODO
38
- # - uses: actions/setup-python@v5
39
- # with:
40
- # python-version: "3.10"
41
- # - run: python -m pip install schemathesis==3.35.0
42
43
validate-go-codegen:
44
name: Validate Go client generation
45
runs-on: ubuntu-latest
0 commit comments