Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions actions/openapi-lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ runs:
shell: bash
working-directory: ${{ inputs.path }}

- run: npm ci
shell: bash
working-directory: ${{ inputs.path }}

- name: OpenAPI Lint
run: npx @redocly/cli lint --format=github-actions ${{ inputs.openapi_file }}
shell: bash
Expand Down