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 e78e361 commit e824b25Copy full SHA for e824b25
.github/actions/lint-and-validate-specification/action.yaml
@@ -31,7 +31,8 @@ runs:
31
32
- name: Lint OpenAPI Spec with Spectral
33
shell: bash
34
- run: spectral lint --ruleset .spectral.yaml build/specification/${{ inputs.apim-env }}/eligibility-signposting-api.yaml
+ run: |
35
+ spectral lint --ruleset .spectral.yaml build/specification/${{ inputs.apim-env }}/eligibility-signposting-api.yaml
36
37
- name: Validate OpenAPI Spec with Swagger CLI
38
0 commit comments