Skip to content

Commit

Permalink
ci: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Dec 9, 2022
1 parent 70666b4 commit da4ecf3
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 @@ -14,4 +14,4 @@ jobs:
- name: Bundle
run: docker run --rm -v $PWD:/spec redocly/cli bundle /spec/schema/openapi.yml --output /spec/bundled.yml
- name: Lint
run: docker run --rm -v $PWD:/spec redocly/cli bundle /spec/bundled.yml
run: docker run --rm -v $PWD:/spec redocly/cli lint /spec/bundled.yml

0 comments on commit da4ecf3

Please sign in to comment.