Skip to content

Commit 8e1a0f4

Browse files
ci: validate openapi.json
1 parent 7ff0ace commit 8e1a0f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
run: cargo clippy --all-targets --locked -- -D warnings
7979
- name: SQLFluff
8080
run: pipx run sqlfluff==3.5.0 lint
81+
- name: OpenAPI Validator
82+
run: npx @openapitools/openapi-generator-cli validate -i openapi.json
8183

8284
build:
8385
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)