LupoA / lsdensities

Smeared spectral densities from lattice correlators
GNU General Public License v3.0
3 stars 0 forks source link

Use continuous integration #26

Open edbennett opened 6 months ago

edbennett commented 6 months ago

Since there is a test suite available, it would be good to run this automatically to check that new commits haven't broken any existing behaviour.

There's lots of documentation around on how to do this; one possible starting point is the training that we deliver to AIMLAC students

You can also get this to add a badge to your README showing whether the tests currently pass, etc.

Once #25 is done, then this can also be verified in CI in case any contributor forgets to install the pre-commit hook on their own machine.