boa-dev/criterion-compare-action

Implement github action for automaticaly compiling the code

HalidOdat opened this issue · 1 comments

Currently we have to push the feature code as well as the compiled dist, this can be bug prone (and maybe a security issue, if the mangled compiled code is not trusted).

It would be nice if we had continuous deployment that should compile the code on main branch then push, it do another branch with other needed files.

If moving the the dist folder is a problem the we can create a dev branch where we keep the code then push to main brnahc the compiled code.

@Razican what do you think about this?

Sounds right, yes :)