Skip to content

Commit

Permalink
Attempting to get rid of false positives due to line ending changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Apr 4, 2024
1 parent 5c6ee92 commit 89982c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
gulp rebuild
git add . # To make line ending changes "disappear".
$gitStatus = (git status --porcelain)
if ($gitStatus)
{
Expand Down

0 comments on commit 89982c8

Please sign in to comment.