Skip to content

Commit 7a2bc50

Browse files
Test
1 parent 4d8166f commit 7a2bc50

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/spectral-lint.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
permissions:
1818
issues: write
1919
contents: write
20+
checks: write
2021

2122
jobs:
2223
spectral-lint:
@@ -46,11 +47,6 @@ jobs:
4647
# Path to the OpenAPI spec files and openapi/.raw/v2.yaml
4748
file_glob: openapi/.raw/v2.yaml
4849
spectral_ruleset: tools/spectral/.spectral.yaml #If updated, need to update in MMS too.
49-
- name: IPA validation action
50-
uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83
51-
with:
52-
file_glob: ${{ github.workspace }}//v2.yaml
53-
spectral_ruleset: tools/spectral/ipa/ipa-spectral.yaml
5450
- name: IPA validation
5551
run: |
5652
npx spectral lint dev-oas.yaml --ruleset=${{ github.workspace }}/tools/spectral/ipa/ipa-spectral.yaml

0 commit comments

Comments
 (0)