JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoReview Pleaseprogramming.devimagemessage-square126linkfedilinkarrow-up1997
arrow-up1997imageReview Pleaseprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square126linkfedilink
minus-squarekamen@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoPre-commit hooks is a common approach to this, so that whatever is committed gets processed. Another possibility would be to set a bot on the repo to do automated commits after human-made ones, but that can get a little noisy.
You can do that? How?
Pre-commit hooks is a common approach to this, so that whatever is committed gets processed. Another possibility would be to set a bot on the repo to do automated commits after human-made ones, but that can get a little noisy.