Skip to content

Commit fef8d37

Browse files
committed
feat: adds plugin bus infrastructure
1 parent 84254e9 commit fef8d37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+5673
-130
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
run: bun run lint
2828
- name: Format Check
2929
run: bun run format
30+
- name: Run Tests
31+
run: bun run test

0 commit comments

Comments
 (0)