We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d582a7 commit 25f9efaCopy full SHA for 25f9efa
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Run Spectral Linting
29
id: linting
30
- run: spectral lint ${{ env.GHA_API_LINT_FILE_GLOB }} -r ruleset/..spectral.yml -o lint-result.json -f json --quiet || true
+ run: spectral lint ${{ env.GHA_API_LINT_FILE_GLOB }} -r .spectral.yml -o lint-result.json -f json --quiet || true
31
32
- name: Count Errors and Warnings
33
id: count
0 commit comments