Skip to content
 
 

Latest commit

 

History

507 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sendly-Test-Repo

Webhook integration repo for GitHub agent bounty workflows (Sendly).

Repository metadata

  • Owner: Hazyshades
  • Full name: Hazyshades/Sendly-Test-Repo
  • Repo ID: 1287958084

Bounty cases

Case Description Reward
A Issue bounty escrow Test USDC on ARC Testnet
B Review-to-earn Test USDC on ARC Testnet

Development

Prerequisites & Installation

Node.js version is pinned to 20.19.5 in .nvmrc. Install dependencies via:

npm ci
# or npm install

Type Checking

To run TypeScript type checks:

npm run typecheck

Test Suites

JavaScript / Node.js Suites (run in CI via npm test)

# Install dependencies
npm ci

# Run TypeScript type checking
npm run typecheck

# Run all test suites (JavaScript and Python)
npm test

Runs the native Node.js test runner (node --test) across all JavaScript test suites:

  • upload_file.test.js
  • login_upload.test.js
  • file_upload_component.test.js
  • double_submit_race.test.js
  • components/file_upload.test.js
  • use_file_upload_errors.test.js
  • test_suite_wiring.test.js

Python CLI Suite

To run the Python CLI test suite (test_fix.py):

python3 -m unittest test_fix.py

or:

python test_fix.py

Contributing

  1. Comment /attempt #NN on the bounty issue before starting work.
  2. Fork the repository and open a PR that references the issue (Fixes #NN).
  3. 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.

Running Tests

To run the JavaScript test suite: npm test

To run the Python test suite: python3 -m unittest test_fix -v

About

webhook for github agent

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages