fedwiki / wiki-client

Federated wiki client-side javascript as a npm module.
Other
117 stars 38 forks source link

Use github actions to run tests on PRs #299

Closed heymatthew closed 1 year ago

heymatthew commented 1 year ago

npm test runs against the latest 2 node versions when PRs are opened.

While I do have a habit of running these locally, it's really nice to be able to see a passing test suite before jumping into code reviews.

Example test run: https://github.com/heymatthew/wiki-client/actions/runs/3907659277