evilmartians / lefthook

Fast and powerful Git hooks manager for any type of projects.
MIT License
4.75k stars 211 forks source link

chore: remove redundant parallelisation #690

Closed mrexox closed 5 months ago

mrexox commented 5 months ago

:broom: Summary

Remove a goroutine when running the runner. Wait for the []Result instead.