glugmvit / gwoc

The Official website for GLUG Winter of Code 2020
https://gwoc.glugmvit.com/
6 stars 8 forks source link

Add CI build check #29

Closed cseas closed 3 years ago

cseas commented 3 years ago

I think this one will do: https://github.com/hazel-ui/hazel-ui/blob/main/.github/workflows/build.yml

Just to make sure everything works well before merging something. The Netlify preview doesn't check any formatting or tests.

Note: You need to add the "prettier" script in package.json for the prettier check step to work.