Commit Graph

3 Commits

Author SHA1 Message Date
mahseiah_ai ba52c2083a ci: switch to bun runner, remove setup-bun steps
Validate / test (pull_request) Successful in 32s
Validate / test (push) Successful in 8s
2026-05-05 16:01:57 -04:00
mahseiah_ai c38683bf53 ci: replace oven-sh/setup-bun with curl install for Gitea Actions compatibility
Validate / test (pull_request) Failing after 19s
The  action is a GitHub Marketplace action
that doesn't exist on self-hosted Gitea instances. Replace it with
the standard curl-based Bun installation method and add ~/.bun/bin
to GITHUB_PATH.
2026-05-05 15:54:36 -04:00
mahseiah_ai e76f408f80 ci: add Gitea Actions workflow for test validation
- Runs on PRs targeting main and pushes to main
- Uses oven-sh/setup-bun@v2 to provision Bun
- Runs bun test v1.3.12 (700fc117) to validate the library
2026-05-05 14:59:59 -04:00