IMSY-DKFZ / simpa

The Simulation and Image Processing for Photonics and Acoustics (SIMPA) toolkit.
https://simpa.readthedocs.io/en/main/
Other
74 stars 18 forks source link

Github Actions/workflows/templates #165

Open kdreher opened 2 years ago

kdreher commented 2 years ago

We should make use of all the different actions/workflows/templates that are provided by Github:

TomTomRixRix commented 2 years ago

Run tests automatically when PR is opened on the new branch which is to be merged into develop

TomTomRixRix commented 2 years ago

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

TomTomRixRix commented 1 year ago

For testing matlab scripts in GitHub runners this repo might be useful: matlab-actions/setup-matlab