🔎 Search Terms
CI, GitHub Actions, Linting
The vision
Can anyone in the community pitch in and finish the work of making our CI work?
- I fixed a bunch of linter errors, but there are a few more to go (just clone,
npm i --dev, and npm run lint to see the list)
- Even once we fix the linter errors, the CI tests won't pass because a local MongoDB server needs to be running. It looks like this is achievable with GitHub Actions: https://github.com/marketplace/actions/mongodb-in-github-actions .
Would be a huge help to the community if someone could step up for this, since right now (and for a long time) we've been flying blind with releases and MongoDB compatibility/testing. Huge huge thanks to anyone able to take this on.