Skip to content

Commit 72d3edb

Browse files
committed
scriptcheck.yml: added --ignore-cr-at-eol to dmake diff check
1 parent c7a0816 commit 72d3edb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scriptcheck.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,5 @@ jobs:
163163
if: matrix.python-version == '3.11'
164164
run: |
165165
make -j$(nproc) run-dmake
166-
git diff --exit-code
166+
# *.vcproj files have fixed CRLF endings but are checked out with LF - needs .gitattributes for consistency
167+
git diff --exit-code --ignore-cr-at-eol

0 commit comments

Comments
 (0)