madonoharu / tsify

A library for generating TypeScript definitions from rust code.
Apache License 2.0
300 stars 41 forks source link

Add CI #45

Open siefkenj opened 8 months ago

siefkenj commented 8 months ago

Add a github action to run all tests. You need to enable github actions on this repository for it to work. It runs cargo build, cargo fmt, and cargo test and makes sure there are no errors.