We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a980a commit 4bab831Copy full SHA for 4bab831
3 files changed
.github/workflows/ci.yml
@@ -24,9 +24,6 @@ jobs:
24
- name: Install dependencies
25
run: npm ci
26
27
- - name: Install Spectral CLI
28
- run: npm install -g @stoplight/spectral-cli@6.15.1
29
-
30
- name: Build all schemas
31
run: |
32
./build-schema.sh core
@@ -44,7 +41,7 @@ jobs:
44
41
45
42
- name: Lint OpenAPI schemas
46
43
47
- spectral lint schemas/core/openapi.yaml schemas/gcp/openapi.yaml --format github-actions
+ node_modules/.bin/spectral lint schemas/core/openapi.yaml schemas/gcp/openapi.yaml --format github-actions
48
49
- name: Check version bump
50
env:
0 commit comments