-
-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Description
So this is a weird one. I added check-line-alignment
and it works locally on Windows.
My repo is a cross-platform library, so I run GitHub Actions against it on Linux, OSX, and Windows with Node 14 (and Node 8, but ESLint 7 doesn't support Node 8, so just ignore that).
The weird thing is that only the Windows version is failing. And it isn't failing when ran locally on Windows.
Here is the GHA checks. you can switch between each OS and see that it's only on the Windows branch.
No idea what the cause is, all the code is stored in LF, so unless the GHA Windows VM is cloning in CRLF and I need to change some GHA setting, I don't think it's related to that.