Skip to content

Commit 7256455

Browse files
1 parent 2a4deac commit 7256455

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/code-health-tools.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
sparse-checkout: |
5656
.github
57+
openapi
5758
tools/spectral/ipa
5859
- name: Setup Node
5960
uses: actions/setup-node@v4
@@ -65,6 +66,9 @@ jobs:
6566
- name: Run Jest tests
6667
run: |
6768
npm run test
69+
- name: Run IPA
70+
run: |
71+
spectral lint ./openapi/v2.yaml --ruleset=./tools/spectral/ipa/ipa-spectral.yaml
6872
lint:
6973
runs-on: ubuntu-latest
7074
steps:

0 commit comments

Comments
 (0)