Skip to content

Commit 25f9efa

Browse files
committed
Linting with locally installed spectral-cli
1 parent 1d582a7 commit 25f9efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Run Spectral Linting
2929
id: linting
30-
run: spectral lint ${{ env.GHA_API_LINT_FILE_GLOB }} -r ruleset/..spectral.yml -o lint-result.json -f json --quiet || true
30+
run: spectral lint ${{ env.GHA_API_LINT_FILE_GLOB }} -r .spectral.yml -o lint-result.json -f json --quiet || true
3131

3232
- name: Count Errors and Warnings
3333
id: count

0 commit comments

Comments
 (0)