From 29174967f11183242fea4edf38ae78e2b7a59870 Mon Sep 17 00:00:00 2001 From: VijayKesharwani <122533719+VijayKesharwani@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:42:28 +0530 Subject: [PATCH] Update megalinter.yml --- .github/workflows/megalinter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index 3e3b5e974b..a1934c5178 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -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