form-js / forms.js

Fully featured javascript form builder
https://formsjs.io/
8 stars 4 forks source link

Create GitHub actions to run eslint and tests on all packages on pull requests #23

Closed Trilmatic closed 4 months ago

Trilmatic commented 6 months ago

Create GitHub actions to run eslint and tests and format + build on all packages on pull requests.

https://docs.github.com/en/actions/guides

Trilmatic commented 4 months ago

I have a base ci that runs lint and build on pull requests and merges, when I will have tests I can add it into this pipeline. For now I consider this issue as done.