Skip to content

Commit 6f4f5e5

Browse files
Configure git in workflow
1 parent 1d083a2 commit 6f4f5e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
NODE_OPTIONS: "--max-old-space-size=4096"
3535

3636
steps:
37+
- name: Git config
38+
run: git config --global core.autocrlf false
39+
3740
- name: Checkout repository
3841
uses: actions/checkout@v4
3942

0 commit comments

Comments
 (0)