Disable lint on work files and instead on bundle

This commit is contained in:
JasonLandbridge
2024-09-03 14:48:49 +02:00
parent 3da79f686a
commit 14fd30f314

View File

@@ -24,8 +24,8 @@ jobs:
# - name: OpenAPI Lint
# run: bun run lint
- name: OpenAPI Lint
- name: Bundle OpenAPI Spec
run: bun run build
- name: OpenAPI Lint
- name: OpenAPI Lint On Bundled Spec
run: bun run lint-bundled