defmethodinc / just-not-sorry

Chrome extension that warns you when you write emails using words which undermine your message
https://justnotsorry.com/
Other
243 stars 37 forks source link

Set up CI build #70

Closed sbrudz closed 4 years ago

sbrudz commented 4 years ago

This PR sets up a CI build using GitHub actions. The project now uses a node/gulp-based runner to execute the jasmine tests using headless chrome (via puppeteer). The PR also upgrades jasmine to the latest version (v3.5).

Resolves #66