Attempting to get rid of false positives due to line ending changes

This commit is contained in:
Benedek Farkas
2024-04-04 19:58:23 +02:00
parent 5c6ee921f0
commit 89982c8d11

View File

@@ -61,6 +61,7 @@ jobs:
run: |
gulp rebuild
git add . # To make line ending changes "disappear".
$gitStatus = (git status --porcelain)
if ($gitStatus)
{