chialab / math-api

➗ Serverless API to render maths using MathJax for Node.
MIT License
43 stars 8 forks source link

Add github actions to execute tests on push and PRs against master #19

Closed carlotm closed 3 years ago

carlotm commented 3 years ago

Adding a github actions workflow to execute tests directly on GitHub. This should help people to contribute to this project.

Please note: tests are running against node versions 12, 14 and 16. Not using versions 8 and 10 becasue they reached eol.

This workflow does not include the deploy step.

fquffio commented 3 years ago

Agree, we've already migrated some of our projects from Travis to GH Actions, and we're more than happy with that!

Grazie per il vostro contributo! I've tracked migration progress from Travis to GH Actions in #21.