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

Add CI/CD workflow to .github folder #41

Open jonschlinkert opened 1 month ago

jonschlinkert commented 1 month ago

I'd love to take a PR for this if anyone wants to take this on.

mattxwang commented 1 week ago

Hi @jonschlinkert, just opened a PR at #47 to take a stab at this - let me know what you think!