Skip to content

Commit

Permalink
Update megalinter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayKesharwani authored Nov 15, 2023
1 parent 62455fc commit 2917496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
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 spell checker module 'nspell' & dictionary
# run: npm install nspell && npm install dictionary-en
# working-directory: ${{ github.workspace }}
- name: Run spectral:oas Spectral Linting
run: npx spectral lint code/API_definitions/qod-api.yaml --verbose --ruleset .spectral-oas.yml
run: spectral lint code/API_definitions/qod-api.yaml --verbose --ruleset .spectral-oas.yml

# MegaLinter
- name: MegaLinter
Expand Down

0 comments on commit 2917496

Please sign in to comment.