rob-luke / emails-html-to-pdf

Convert emails without attachments to pdf and send as email
32 stars 7 forks source link

Add continuous integration tests #28

Open rob-luke opened 2 years ago

rob-luke commented 2 years ago

I would like to offer a big thanks to @mirisbowring @smseidl and @deosrc for contributing code.

One thing that I think would make it easier for people to contribute and for me to evaluate PRs would be some continous integration testing. But I am not sure how to achieve this on github actions. I have experience setting up scientific software tests on GHA, but not email related things. So this will remain open until I find a way to implement this.