We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dda79 commit e05a5d0Copy full SHA for e05a5d0
1 file changed
.github/workflows/check_samples.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Check Line Endings
27
run: |
28
- CRLF_ENDINGS=$(find . -not -type d -exec file "{}" ";" | grep CRLF)
+ CRLF_ENDINGS=$(find . -not -type d -exec file "{}" ";" | grep CRLF || true)
29
CRLF_ENDINGS_COUNT=$(echo "${CRLF_ENDINGS}" | wc -w)
30
if (( CRLF_ENDINGS_COUNT > 0 )); then
31
echo "The following files are not allowed:"
0 commit comments