SuffolkLITLab / courtformsonline.org

Code for courtformsonline.org index of guided interviews. This replaces the "massaccess" repo
https://courtformsonline.org
MIT License
2 stars 0 forks source link

Github actions CI build workflow #14

Closed jtmst closed 4 months ago

jtmst commented 4 months ago

This PR starts our github actions CI workflow. Currently it will just verify that the app builds properly. This PR also includes an initial run of lint/format so that we can add a check for code formatting in the future.

Major Changes

QA Steps

Note, LoC and file change numbers are inflated due to the initial run of prettier and eslint

jtmst commented 4 months ago

Should .vscode and .yarn/cache be in gitignore? Otherwise LGTM

They are recommended to be committed with yarn >3.0