We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9f8aa commit 6920382Copy full SHA for 6920382
.github/workflows/build.yml
@@ -61,7 +61,8 @@ jobs:
61
run: ./build.ps1
62
63
- name: Install Spectral
64
- run: npm install -g "@stoplight/spectral-cli@${SPECTRAL_CLI_VERSION}"
+ shell: pwsh
65
+ run: npm install -g "@stoplight/spectral-cli@${env:SPECTRAL_CLI_VERSION}"
66
67
- name: Run Spectral
68
run: spectral lint "./artifacts/openapi/*" --fail-severity warn --format github-actions
0 commit comments