Skip to content

Commit a476847

Browse files
committed
Set autocrlf true in pr-checks.yml
1 parent fc977f3 commit a476847

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
timeout-minutes: 45
2727

2828
steps:
29+
- name: Prepare git
30+
run: git config --global core.autocrlf true
31+
2932
- uses: actions/checkout@v5
3033

3134
- name: Set up Node.js

0 commit comments

Comments
 (0)