orbland / contracts

🔮 Orb and related contracts. Auction + Harberger taxed ownership + invocations.
https://orb.land
MIT License
22 stars 5 forks source link

[LOW] The repository does not have a CI/CD pipeline #53

Closed odyslam closed 1 year ago

odyslam commented 1 year ago

Description

The codebase does not have a CI/CD pipeline that runs the test suite against every new PR. That means that buggy code could be merged at some point and eventually be deployed.

Suggestion

Install a GitHub Action that runs the test suite against every new PR and every commit to main.

lekevicius commented 1 year ago

Great suggestion -- do you have enough permissions to set that up? Otherwise you can point me to a good a setup instructions and I can add them.

odyslam commented 1 year ago

Fixed by #62