I wanted to setup a workflow with the cli that if...
# sdf
s
I wanted to setup a workflow with the cli that if I upload a file run a linter/ test any ideas ?
b
lots of way this can be done
the normal javascript specific answers are to use a npm script or a build tool like gulp
p
or if you use git you can add a precommit hook
s
if you host your version control in the cloud often those providers provide CI features