Skip to content

Commit f8038e5

Browse files
committed
test 7
1 parent 5393fa1 commit f8038e5

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/lint-and-validate-specification

1 file changed

+2
-2
lines changed

.github/actions/lint-and-validate-specification/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ runs:
1919
sudo apt-get update
2020
sudo apt-get install -y make
2121
22-
- name: Install Spectral and Swagger CLI
22+
- name: Install Spectral, Swagger CLI, and Redocly CLI
2323
shell: bash
2424
run: |
25-
npm install -g @stoplight/spectral-cli swagger-cli
25+
npm install -g @stoplight/spectral-cli swagger-cli @redocly/cli
2626
2727
- name: Construct OpenAPI Spec
2828
shell: bash

0 commit comments

Comments
 (0)