sciter-js-sdk
sciter-js-sdk copied to clipboard
Continuous Integration
There are a lot of options to have things built on commit, as well as opportunities for automated testing on pull request. Why not add some Actions?
https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration
what actions do you have in mind?
ES6 linting, automatic binary builds, the possibilities are endless...
ES6 linting won't work for now because Sciter using custom JSX syntax. As for binaries won't work either because the source code is not published on github yet.
IMO Andrew being extremely busy, the best is to do it yourself and then create a pull request. He accepts most of the PRs.