587 B
587 B
Contributing
Coworker is built through Gitea Actions. Keep local work lightweight and use the Ubuntu runners for dependency setup, tests, builds, packaging, and release checks.
Workflow
- Check
git status --short --branch. - Keep changes focused.
- Update docs when behavior or release artifacts change.
- Push and watch Gitea workflows.
- Fix failed runner checks before considering work complete.
Commands
Run on Gitea runners:
npm install
npm run lint
npm run test
npm run build
npm run package:win
npm run audit
Local:
git diff --check