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