Skip to content

Commit

Permalink
ci: fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Dec 26, 2022
1 parent 36ed4c3 commit 51a9961
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: Lint
uses: ./.github/actions/redocly-cli
with:
command-args: bundle /spec/schema/openapi.yml -o /spec/bundled-openapi.ym
command-args: bundle /spec/schema/openapi.yml -o /spec/bundled-openapi.yml
- name: Install a lib
run: npm install -g openapi-examples-validator
- name: Lint examples
Expand Down

0 comments on commit 51a9961

Please sign in to comment.