We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276429a commit 14586bfCopy full SHA for 14586bf
.github/workflows/lint.yml
@@ -25,7 +25,11 @@ jobs:
25
run: npm install -g @stoplight/spectral-cli
26
- name: Run Spectral Linting
27
id: lint
28
- run: spectral lint specs/* -o lint-result.json -f json --quiet || true
+ run: spectral lint ./specs/* -o lint-result.json -f json --quiet || true
29
+
30
+ - id: dump result
31
+ shell: bash
32
+ run: cat lint-result.json
33
34
- name: Count Errors and Warnings
35
id: count-errors-and-warnings
0 commit comments