From 17caea33eeb74973f37780437adcb54b54669772 Mon Sep 17 00:00:00 2001 From: VijayKesharwani <122533719+VijayKesharwani@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:33:42 +0530 Subject: [PATCH] Update megalinter.yml --- .github/workflows/megalinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index da26508d76..a1934c5178 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -43,7 +43,7 @@ jobs: # run: npm install nspell && npm install dictionary-en # working-directory: ${{ github.workspace }} - name: Run spectral:oas Spectral Linting - run: npx @stoplight/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