Skip to content

Commit 5ac9ec2

Browse files
Try to fix line endings workflow. (Comfy-Org#9001)
1 parent 0aa1c58 commit 5ac9ec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-line-endings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Check for Windows line endings (CRLF)
1818
run: |
1919
# Get the list of changed files in the PR
20+
git merge origin/${{ github.base_ref }} --no-edit
2021
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}..HEAD)
2122
2223
# Flag to track if CRLF is found

0 commit comments

Comments
 (0)