unconed / mathbox

Presentation-quality WebGL math graphing
MIT License
1.33k stars 109 forks source link

Formatting not working on CI #46

Closed ChristopherChudzicki closed 1 year ago

ChristopherChudzicki commented 1 year ago

It seems that Prettier's CLI exits with code 0 in general. If we want to check for formatting errors, we need to pass --check. So on cI, we should be using that flag.