Skip to content

Commit

Permalink
Update dictionary install command
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayKesharwani authored Oct 19, 2023
1 parent 6777f7e commit 766048f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ 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 spell checker module 'nspell' & dictionary
run: npm install nspell && npm install dictionary-en
working-directory: ${{ github.workspace }}
- name: Run spectral:oas Spectral Linting
run: spectral lint code/API_definitions/qod-api.yaml --verbose --ruleset .spectral-oas.yml

Check failure on line 45 in .github/workflows/megalinter.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

45:1 [trailing-spaces] trailing spaces
Expand Down

0 comments on commit 766048f

Please sign in to comment.