paradigmxyz / mesc

MESC is a specification for how crypto tools configure their RPC endpoints
Apache License 2.0
171 stars 28 forks source link

feat: typescript ci #25

Closed o-az closed 8 months ago

o-az commented 8 months ago

add support for linting, building and testing typescript implementation.

Next I will add an action to publish npm package.

o-az commented 8 months ago

currently this action is configured to only run if typescript/ path is affected. Should I remove the condition to make it always run? I'm thinking that might be better and more straightforward.

cc @sslivkoff

sslivkoff commented 8 months ago

yea lets run it in all cases. definitely want it to run whenever the tests/ dir is updated, and possibly other times too