Skip to content

Commit 9877d2f

Browse files
committed
ci: disable openapi linting
It complains about query parameters not being snake case, but the generator changes the name back to camel case in the generated kotlin code and then the parameters are not recognized.
1 parent 6828245 commit 9877d2f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/linting.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2121
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2222

23-
openapi-linting:
24-
runs-on: ubuntu-24.04
25-
steps:
26-
- name: Clone repo
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
28-
- uses: stoplightio/spectral-action@6416fd018ae38e60136775066eb3e98172143141 # v0.8.13
29-
with:
30-
file_glob: 'model-server-openapi/specifications/model-server-*.yaml'
31-
spectral_ruleset: .spectral.yaml
32-
continue-on-error: true
23+
# openapi-linting:
24+
# runs-on: ubuntu-24.04
25+
# steps:
26+
# - name: Clone repo
27+
# uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
28+
# - uses: stoplightio/spectral-action@6416fd018ae38e60136775066eb3e98172143141 # v0.8.13
29+
# with:
30+
# file_glob: 'model-server-openapi/specifications/model-server-*.yaml'
31+
# spectral_ruleset: .spectral.yaml
32+
# continue-on-error: true
3333

3434
openapi-breaking-changes:
3535
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)