Skip to content

Commit e824b25

Browse files
committed
eli-225 fixing github action
1 parent e78e361 commit e824b25

File tree

1 file changed

+2
-1
lines changed
  • .github/actions/lint-and-validate-specification

1 file changed

+2
-1
lines changed

.github/actions/lint-and-validate-specification/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ runs:
3131
3232
- name: Lint OpenAPI Spec with Spectral
3333
shell: bash
34-
run: spectral lint --ruleset .spectral.yaml build/specification/${{ inputs.apim-env }}/eligibility-signposting-api.yaml
34+
run: |
35+
spectral lint --ruleset .spectral.yaml build/specification/${{ inputs.apim-env }}/eligibility-signposting-api.yaml
3536
3637
- name: Validate OpenAPI Spec with Swagger CLI
3738
shell: bash

0 commit comments

Comments
 (0)