Skip to content

Commit 2f78a74

Browse files
authored
Merge pull request #29 from abraham/copilot/fix-26-2
Add OpenAPI schema validator with @seriousme/openapi-schema-validator
2 parents 64d9629 + 967ef98 commit 2f78a74

File tree

8 files changed

+946
-60
lines changed

8 files changed

+946
-60
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@ jobs:
2727
- name: Build project
2828
run: npm run build
2929

30+
- name: Generate OpenAPI schema
31+
run: npm run generate
32+
33+
- name: Validate OpenAPI schema
34+
run: npm run validate
35+
3036
- name: Run tests
3137
run: npm test

0 commit comments

Comments
 (0)