We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
autocrlf true
pr-checks.yml
1 parent fc977f3 commit a476847Copy full SHA for a476847
1 file changed
.github/workflows/pr-checks.yml
@@ -26,6 +26,9 @@ jobs:
26
timeout-minutes: 45
27
28
steps:
29
+ - name: Prepare git
30
+ run: git config --global core.autocrlf true
31
+
32
- uses: actions/checkout@v5
33
34
- name: Set up Node.js
0 commit comments