You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- mostly duplicate what I have in [react-signature-canvas](https://github.com/agilgur5/react-signature-canvas/blob/main/.github/workflows/ci.yml)
- update LTS Node versions to 18.x and 20.x
- comment out linting step for now as `ts-standard` hasn't been configured in this repo
- add `tsc` and `test:coverage` scripts for CI
- had to specify `--noEmit` for now, the whole build system will need to be revamped later
- replace Travis badge with GH Actions badge
0 commit comments