mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-28 23:30:16 +08:00
Merge branch 'comfyanonymous:master' into master
This commit is contained in:
commit
354a412ed4
1
.github/workflows/check-line-endings.yml
vendored
1
.github/workflows/check-line-endings.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
- name: Check for Windows line endings (CRLF)
|
- name: Check for Windows line endings (CRLF)
|
||||||
run: |
|
run: |
|
||||||
# Get the list of changed files in the PR
|
# Get the list of changed files in the PR
|
||||||
|
git merge origin/${{ github.base_ref }} --no-edit
|
||||||
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}..HEAD)
|
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}..HEAD)
|
||||||
|
|
||||||
# Flag to track if CRLF is found
|
# Flag to track if CRLF is found
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user