Make use of Github Actions to automate repetitive parts of the development workflow, rather than using the Gulpfile. In addition, investigate other deployment technologies rather than Gulp.
Implementation:
[ ] Remove build/run logic from the MAM+ program and move it to Github
[ ] Merging PRs into the master branch should cause the build/release actions to run, rather than running them locally and including them in the PR. Dev Build should remain
Description:
Make use of Github Actions to automate repetitive parts of the development workflow, rather than using the Gulpfile. In addition, investigate other deployment technologies rather than Gulp.
Implementation:
Links:
What is CI/CD?