DylanSp / faust-lang

An experimental language for exploring contract-based programming
MIT License
0 stars 0 forks source link

Implement initial CI #3

Open DylanSp opened 1 year ago

DylanSp commented 1 year ago

Build, run ESLint (probably needs a script added to package.json), run unit tests (if any).

DylanSp commented 1 year ago

Implemented a simple CI workflow that just runs the Typescript build; still need to add steps for running linting, running tests.