ChainSafe / fvm-toolkit

FVM Development Toolkit
2 stars 1 forks source link

CI / CD Setup #3

Open boorich opened 1 year ago

boorich commented 1 year ago

Investigate Forest's CI / CD and implement what makes sense from the list:

On top of this, snatching the license script might be helpful.

stonecharioteer commented 1 year ago

@LesnyRumcajs recommended incorporating some of the checks that chainsafe/forest uses.

LesnyRumcajs commented 1 year ago

I find it beneficial to create several repositories for such a large project for clear boundaries and to enforce a more modular design. For this reason, I would recommend working on rust-template or forking this template for filix with a set of agreed CI checks.

Forest project is an excellent source of inspiration when it comes to CI. Some parts I would recommend:

On top of this, snatching the license script might be helpful.

stonecharioteer commented 1 year ago

Agree with everything, just wanted to say shellcheck taught me more about bash than any other tutorial/resource.