mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
fix(server): fix and validate open API spec (#1626)
* fix(server): fix and validate open API spec * fix type * Experimental tag not server
This commit is contained in:
parent
9d9f76b9a5
commit
bfcf59a7bb
2 changed files with 16 additions and 5 deletions
6
.github/workflows/build_and_test_debug.yml
vendored
6
.github/workflows/build_and_test_debug.yml
vendored
|
|
@ -75,6 +75,12 @@ jobs:
|
|||
- name: Shadowbox Integration Test
|
||||
run: ./task shadowbox:integration_test
|
||||
|
||||
- name: Verify Open API Spec
|
||||
uses: mbowman100/swagger-validator-action@master
|
||||
with:
|
||||
files: |
|
||||
src/shadowbox/server/api.yml
|
||||
|
||||
manual-install-script:
|
||||
name: Manual Install Script
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue