noosphere
noosphere copied to clipboard
Bolster CI Actions
This change brings some extra functionality into the CI process. Using Github Actions, we should be able to
- Run lint checks on change-sets
- Audit dependencies
- Runs the formatting tool
…on pull requests.
p.s: I've kept this away from pushes on the invariant that the development process here receives all contributions to the main branch through some pull request of some sort.
Fixes subconsciousnetwork/noosphere#94