Merge 236413d4b224eea11d16883219c58162d41dfa1f into d7eb05b9361febead29a74e71ddffc2ebeff5302
This commit is contained in:
commit
fe145e303b
10
.github/workflows/test.yaml
vendored
10
.github/workflows/test.yaml
vendored
@ -249,6 +249,16 @@ jobs:
|
||||
run: make -j 4
|
||||
- run: go build .
|
||||
|
||||
validate-openapi:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: stoplightio/spectral-action@latest
|
||||
with:
|
||||
file_glob: 'specs/*.yaml'
|
||||
|
||||
lint:
|
||||
strategy:
|
||||
matrix:
|
||||
|
1
.spectral.yaml
Normal file
1
.spectral.yaml
Normal file
@ -0,0 +1 @@
|
||||
extends: ["spectral:oas", "spectral:asyncapi"]
|
1026
specs/openapi-3.1.yaml
Normal file
1026
specs/openapi-3.1.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user