Skip to content

Commit

Permalink
Fixed cli path for spectral
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikesh Vyas committed Sep 25, 2023
1 parent 882d5ac commit 8b1cc55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

- name: 'Run Spectral - CLI'
run: |
npm install -g @stoplight/spectral
spectral lint ./base.yaml
npm install -g @stoplight/spectral-cli
spectral lint ./base.yaml --ruleset rules.spectral.yaml
shell: bash

- name: Run Spectral
Expand Down

0 comments on commit 8b1cc55

Please sign in to comment.