@[email protected] to Programmer [email protected] • 8 months agoReview Pleaseprogramming.devimagemessage-square112fedilinkarrow-up1985arrow-down117
arrow-up1968arrow-down1imageReview Pleaseprogramming.dev@[email protected] to Programmer [email protected] • 8 months agomessage-square112fedilink
minus-squarekamenlinkfedilinkEnglish2•8 months 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.