Webhook integration repo for GitHub agent bounty workflows (Sendly).
- Owner: Hazyshades
- Full name: Hazyshades/Sendly-Test-Repo
- Repo ID: 1287958084
| Case | Description | Reward |
|---|---|---|
| A | Issue bounty escrow | Test USDC on ARC Testnet |
| B | Review-to-earn | Test USDC on ARC Testnet |
Node.js version is pinned to 20.19.5 in .nvmrc. Install dependencies via:
npm ci
# or npm installTo run TypeScript type checks:
npm run typecheck# Install dependencies
npm ci
# Run TypeScript type checking
npm run typecheck
# Run all test suites (JavaScript and Python)
npm testRuns the native Node.js test runner (node --test) across all JavaScript test suites:
upload_file.test.jslogin_upload.test.jsfile_upload_component.test.jsdouble_submit_race.test.jscomponents/file_upload.test.jsuse_file_upload_errors.test.jstest_suite_wiring.test.js
To run the Python CLI test suite (test_fix.py):
python3 -m unittest test_fix.pyor:
python test_fix.py- Comment
/attempt #NNon the bounty issue before starting work. - Fork the repository and open a PR that references the issue (
Fixes #NN). - After the PR is reviewed and merged, comment your ARC Testnet EVM address on the issue. The bounty is paid in test USDC on ARC Testnet.
To run the JavaScript test suite:
npm test
To run the Python test suite:
python3 -m unittest test_fix -v