vrtmrz / obsidian-livesync

MIT License
5.13k stars 167 forks source link

chore(cicd): adds workflow to run checks on push to main and pull-reqs #537

Open doublethefish opened 1 week ago

doublethefish commented 1 week ago

This configures the submodule and runs npm run check on the code.

This is a first-pass of getting the checks working before I make any other changes, and help me ensure I don't break the project.

doublethefish commented 1 week ago

For the workflow checks to pass we will require https://github.com/vrtmrz/livesync-commonlib/pull/7 to be accepted upstream, and the git-submodule updated with that change.