Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikesh Vyas committed Sep 26, 2023
1 parent bb15f92 commit 39439c8
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 @@ -48,11 +48,11 @@ jobs:
- name: 'Run Spectral - CLI'
run: |
npm install -g @stoplight/spectral-cli
spectral lint ./base-spec.yaml --ruleset ./rules.spectral.yaml
spectral lint ./base-spec.yaml --ruleset ./.spectral.yaml
shell: bash

- name: Run Spectral
uses: stoplightio/spectral-action@latest
with:
file_glob: ./base-spec.yaml
spectral_ruleset: rules.spectral.yaml
spectral_ruleset: .spectral.yaml

0 comments on commit 39439c8

Please sign in to comment.