guybedford / es-module-lexer

Low-overhead lexer dedicated to ES module parsing for fast analysis
MIT License
917 stars 48 forks source link

feat: support ci on actions. #94

Closed richardo2016 closed 2 years ago

richardo2016 commented 2 years ago

This PR add support to CI based on github actions. Once new commits pushed to specified branchs(e.g, main), or any PR created to original repository's main branch, actions would be triggered to do those check on ALL OS (windows/macOS/Linux):

You can see process of actions here, I have tested it several times @guybedford

image

guybedford commented 2 years ago

Let's try it out!