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