Skip to content

Commit 735b8dd

Browse files
committed
dont need to scope it to specific files
1 parent 9119b52 commit 735b8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Check for CRLF line endings
111111
run: |
112-
if git grep -Il $'\r' -- '*.mdx' '*.md' '*.json' '*.yml' '*.yaml' '*.ts' '*.js' '*.astro' '*.css' '*.tsx' '*.mjs' '*.toml' '*.txt' '*.svg' '*.html'; then
112+
if git grep -Il $'\r'; then
113113
echo "::error::CRLF line endings detected. Configure your editor to use LF line endings (this repo has an .editorconfig file that most editors respect automatically)."
114114
exit 1
115115
fi

0 commit comments

Comments
 (0)