simpa
simpa copied to clipboard
Github Actions/workflows/templates
We should make use of all the different actions/workflows/templates that are provided by Github:
- [x] format the code
- [x] upload a pypi package
- [x] create templates for issues and pull requests
- [ ] build docs
- [ ] more...
Run tests automatically when PR is opened on the new branch which is to be merged into develop
We could also automatically check for correct data types, e.g. with mypy. It probably makes sense to check it in a pre-commit hook
For testing matlab scripts in GitHub runners this repo might be useful: matlab-actions/setup-matlab