Skip to content

Commit 5792b57

Browse files
committed
test2
1 parent 1391e9c commit 5792b57

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
2121
- name: Lint OpenAPI Spec with Spectral
2222
shell: bash
23-
run: spectral lint ${{ inputs.spec-file }}
23+
run: spectral lint --ruleset .spectral.yaml ${{ inputs.spec-file }}
2424

2525
- name: Validate OpenAPI Spec with Swagger CLI
2626
shell: bash

0 commit comments

Comments
 (0)