ColinEberhardt/assemblyscript-regex

Add CI tests

ColinEberhardt opened this issue · 1 comments

Add CI tests that ensure:

  • unit tests all pass
  • code is correctly formatted
  • the code can be executed both as AS and TS

Added a GitHub action that runs npm test 773b20b