Skip to content

Commit

Permalink
ci: fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Dec 26, 2022
1 parent 4eafdee commit ba0393b
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 @@ -22,7 +22,7 @@ jobs:
- name: Install redocly-cli
uses: ./.github/actions/install-redocly-cli
- name: Bundle OpenAPI yml
run: redocly bundle ./schema/openapi.yml -o ./schema/bundled-openapi.yml
run: redocly bundle ./schema/openapi.yml -o ./bundled-openapi.yml
- name: Install openapi-examples-validator
run: npm install -g openapi-examples-validator
- name: Lint examples
Expand Down

0 comments on commit ba0393b

Please sign in to comment.