You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add CI, tests, tsconfig and improve code quality
- Add GitHub Actions CI workflow (lint, test, typecheck)
- Add unit tests for gitLog, github utils, and render utils
- Add tsconfig.json, env.d.ts, vitest.config.ts, eslint.config.js
- Extract regex constants for performance (RE_*) across utils and node modules
- Fix committer_date field mapping in gitLog and contributor parsing
- Make repositoryUrl configurable instead of hardcoding vueuse
- Add null check for repo in renderCommitMessage
- Fix type documentation format in README
0 commit comments