mirror of
https://github.com/LukeHagar/prettier-plugin-openapi.git
synced 2025-12-06 12:47:47 +00:00
Remove Typecheck step from CI workflow to streamline process and improve efficiency.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -41,9 +41,6 @@ jobs:
|
|||||||
run: bun run lint
|
run: bun run lint
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
||||||
- name: Typecheck
|
|
||||||
run: bun run type-check
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: bun run test
|
run: bun run test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user