Skip to content

Commit

Permalink
ci: install redocly-cli as dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Dec 9, 2022
1 parent 64b5275 commit 92e8bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
cache: npm
- run: npm install -g redoc-cli
- run: npm install -D redoc-cli
- name: Bundle
run: redoc-cli bundle schema/openapi.yml --output bundled.yml
- name: Lint
Expand Down

0 comments on commit 92e8bca

Please sign in to comment.