Skip to content

Commit 7fb8605

Browse files
committed
chore: install redocly
1 parent ac43754 commit 7fb8605

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate-descriptions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
submodules: recursive
3232

33+
- name: Install Redocly CLI
34+
run: npm install -g @redocly/cli
35+
3336
- name: Validate description with redocly
3437
run: |
3538
FILE="test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/${{ matrix.descriptions }}"

0 commit comments

Comments
 (0)