Scientist4J
Scientist4J copied to clipboard
Move CI from travis to Github actions
Travis does not support having a pipeline. so we can move to GitHub actions
the suggested pipeline could do the following
- OWASP dependency check
- run unit tests
- generate coverage report
- auto bump a new maven version
what do you think @rawls238 ?