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 5393fa1 commit f8038e5Copy full SHA for f8038e5
.github/actions/lint-and-validate-specification/action.yaml
@@ -19,10 +19,10 @@ runs:
19
sudo apt-get update
20
sudo apt-get install -y make
21
22
- - name: Install Spectral and Swagger CLI
+ - name: Install Spectral, Swagger CLI, and Redocly CLI
23
shell: bash
24
run: |
25
- npm install -g @stoplight/spectral-cli swagger-cli
+ npm install -g @stoplight/spectral-cli swagger-cli @redocly/cli
26
27
- name: Construct OpenAPI Spec
28
0 commit comments