issues
search
jakebeamish
/
Penplotting.js
A JavaScript framework for making generative art in SVG format for penplotters
https://jakebeamish.github.io/Penplotting.js/
MIT License
0
stars
0
forks
source link
Run prettier and check for changes as part of a CI process
#65
Open
jakebeamish
opened
2 months ago
jakebeamish
commented
2 months ago
Not sure what the best way to do this is -
check for changes using
--check
and only proceed if there are no failing files?
write out changes and check for file changes, only proceed if nothing changes?
Not sure what the best way to do this is -
--check
and only proceed if there are no failing files?