mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-03 17:57:12 +08:00
Update check-line-endings.yml
This commit is contained in:
parent
56b12062c8
commit
b4903c762d
2
.github/workflows/check-line-endings.yml
vendored
2
.github/workflows/check-line-endings.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
# Check if the file exists and is a text file
|
# Check if the file exists and is a text file
|
||||||
if [ -f "$FILE" ] && file "$FILE" | grep -q "text"; then
|
if [ -f "$FILE" ] && file "$FILE" | grep -q "text"; then
|
||||||
# Check for CRLF line endings
|
# Check for CRLF line endings
|
||||||
if grep -U $'\r\n' "$FILE"; then
|
if grep -UP '\r$' "$FILE"; then
|
||||||
echo "Error: Windows line endings (CRLF) detected in $FILE"
|
echo "Error: Windows line endings (CRLF) detected in $FILE"
|
||||||
CRLF_FOUND=true
|
CRLF_FOUND=true
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user