Skip to content

Commit 2c23153

Browse files
committed
ci: run validate openapi
1 parent 2805455 commit 2c23153

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy-preview.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: build
4141
run: pnpm build
4242

43+
- name: validate openapi
44+
run: pnpm run validate-openapi
45+
4346
- name: lint
4447
run: pnpm run lint
4548

.github/workflows/deploy.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: build
4040
run: pnpm build
4141

42+
- name: validate openapi
43+
run: pnpm run validate-openapi
44+
4245
- name: lint
4346
run: pnpm run lint
4447

0 commit comments

Comments
 (0)