Closed syasini closed 4 years ago
@zpace I added a GitHub Actions python package workflow to the repo for continuous integration. Now every time a push or pull request is submitted, all the tests will run and the code style will be checked with flake8. I thought you might be interested.
The Actions workflow is working for both develop and master branches. Closing this.
Add CI workflow with GitHub Actions.
The workflow should lint the code and run the tests on
push
andpull request
events.