Skip to content

Commit 7f10f06

Browse files
committed
feat: initial implementation of solid-plotly
1 parent 4153874 commit 7f10f06

19 files changed

+3368
-72
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:cov

0 commit comments

Comments
 (0)