micromatch / braces

Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.
https://github.com/jonschlinkert
MIT License
207 stars 47 forks source link

Adds GitHub Actions CI, removes `.travis.yml` #47

Open mattxwang opened 1 week ago

mattxwang commented 1 week ago

Hi folks,

Was catching up on dependency updates and noticed #41; this PR is a quick attempt to add GitHub Actions CI that runs npm test across:

My fork has Actions enabled, so you can see the workflow this file generated; everything seems to work as intended, and overall time is pretty short (~ 10-40s across all nine combinations).

I also removed the (probably unused?) .travis.yml file.

Let me know if you've got any feedback and/or if there are other steps I should do (e.g. sign a CLA). Thanks!


(should close #41)