Skip to content

Correctly configure parallel execution of commands

Evan Read requested to merge eread/fix-lefthook-configuration into main

The parallel configuration key should sit outside commands, not within: https://github.com/evilmartians/lefthook#parallel-execution. Otherwise, it acts like a test called parallel that always returns true (passes).

Merge request reports