mrnocreativity / postcss-critical-split

A PostCSS plugin that takes existing CSS files and splits out the annotated critical styles into a seperate file.
MIT License
89 stars 6 forks source link

Add GitHub workflow for tests #25

Closed ocean90 closed 3 years ago

ocean90 commented 3 years ago

This adds a GitHub workflow to run the tests for Node 10, 12, and 14.

mrnocreativity commented 3 years ago

Thanks for your contribution. I have no experience with github workflows, so I trust this works. Since this cannot break the actual plugin, I'll just go ahead and merge 😉

ocean90 commented 3 years ago

Thanks! You can see on https://github.com/mrnocreativity/postcss-critical-split/actions/workflows/test.yml that it works. 🎉