We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1391e9c commit 5792b57Copy full SHA for 5792b57
.github/actions/lint-and-validate-specification/action.yaml
@@ -20,7 +20,7 @@ runs:
20
21
- name: Lint OpenAPI Spec with Spectral
22
shell: bash
23
- run: spectral lint ${{ inputs.spec-file }}
+ run: spectral lint --ruleset .spectral.yaml ${{ inputs.spec-file }}
24
25
- name: Validate OpenAPI Spec with Swagger CLI
26
0 commit comments