JoshMcguigan / belay

Run your CI checks locally to `git push` with confidence
Apache License 2.0
41 stars 1 forks source link

Add Windows support. #1

Closed TheGoddessInari closed 4 years ago

TheGoddessInari commented 4 years ago

I found the reddit discussion, decided to add Windows support as suggested.

It appears to work for me on several different repos.

The successful tests need to have normalized line endings so it works on Windows as well.

Git for Windows uses bash for hooks, so they should (and appear to) work unmodified.

Let me know if there's anything else I need to do!

JoshMcguigan commented 4 years ago

Thanks a lot for adding this!