iterative / mlem.ai

✨ Landing page for MLEM
https://mlem.ai/
BSD Zero Clause License
27 stars 12 forks source link

Add CI checks and Restyled #50

Open julieg18 opened 2 years ago

julieg18 commented 2 years ago

We currently don't have any checks setup.

@iterative/websites, do we want CodeClimate? Also, we don't want to use CircleCI to runs checks like we do with dvc.org, right?

rogermparent commented 2 years ago

I'd say CodeClimate is optional, and if we get it we should probably wait until we go open source since that'll mean it's free.

Also I think we want to avoid CircleCI and do all we would do with it using GitHub Actions (and probably change dvc.org to do the same in the future). #54 will be a start, running our lint scripts for Prettier, tsc, and eslint with GHA on PRs.

rogermparent commented 2 years ago

Reopening for Restyled/CodeClimate or an equivalent