We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2805455 commit 2c23153Copy full SHA for 2c23153
.github/workflows/deploy-preview.yaml
@@ -40,6 +40,9 @@ jobs:
40
- name: build
41
run: pnpm build
42
43
+ - name: validate openapi
44
+ run: pnpm run validate-openapi
45
+
46
- name: lint
47
run: pnpm run lint
48
.github/workflows/deploy.yaml
@@ -39,6 +39,9 @@ jobs:
39
0 commit comments