Merge 236413d4b224eea11d16883219c58162d41dfa1f into d7eb05b9361febead29a74e71ddffc2ebeff5302

This commit is contained in:
JD Davis 2024-11-14 13:57:04 +08:00 committed by GitHub
commit fe145e303b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1037 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1 @@
extends: ["spectral:oas", "spectral:asyncapi"]

1026
specs/openapi-3.1.yaml Normal file

File diff suppressed because it is too large Load Diff