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 5a39110 commit 5ae42a1Copy full SHA for 5ae42a1
.github/workflows/code-health-tools.yml
@@ -65,10 +65,11 @@ jobs:
65
- name: Run Jest tests
66
run: |
67
npm run test
68
- - name: Run IPA Spectral Tests against current raw OpenAPI
+ - name: Run IPA Spectral Tests against raw OpenAPI
69
70
echo "Ensuring no error violations available in OpenAPI"
71
npm run ipa-validation
72
+ npm run spectral-validation
73
74
lint:
75
runs-on: ubuntu-latest
0 commit comments