Add test script and CI workflow

- Add top-level test script that runs tests across all workspaces
- Add GitHub Actions workflow to run tests on PRs and merges to master

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-01-16 23:51:05 +00:00
parent 90fd137b77
commit 9801925ea0
2 changed files with 25 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
],
"type": "module",
"scripts": {
"test": "bun run --filter '*' test",
"lint": "oxlint .",
"lint:fix": "oxlint --fix .",
"format": "oxfmt --write .",