Troy Fontaine
Troy Fontaine
Using: ```yaml - uses: actions/checkout@v2 ``` Will only checkout the single commit to be tested-you need something with more depth, so you can either use `actions/checkout@v1` or specify the `fetch-depth`...
Is there any way to get Lefthook to use another shell interpreter? Ie. tell it to use bash instead of sh?
> As an option you can use script files instead of inline commands. See https://github.com/evilmartians/lefthook/blob/master/docs/full_guide.md#managing-scripts The downside is that you now have to integrate your own file filtering in that...