Skip to content

Commit

Permalink
Update megalinter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayKesharwani authored Oct 19, 2023
1 parent 8dcb81e commit d7cafbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances
- name: Install Spectral
run: npm install -g @stoplight/spectral
- name: Install Spectral functions
run: npm install -g @stoplight/spectral-functions
- name: Install spell checker module 'nspell' & dictionary
run: npm install nspell && npm install dictionary-en
working-directory: ${{ github.workspace }}
- name: Install Spectral functions
run: npm install -g @stoplight/spectral-functions
- name: Run spectral:oas Spectral Linting
run: spectral lint code/API_definitions/qod-api.yaml --verbose --ruleset .spectral-oas.yml

Expand Down

0 comments on commit d7cafbc

Please sign in to comment.