Skip to content

Commit cf5efe3

Browse files
committed
try this
1 parent ca16434 commit cf5efe3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,18 @@ jobs:
2525
with:
2626
node-version: 24
2727

28+
- name: 🔧 Configure git for Windows
29+
if: matrix.os == 'windows-latest'
30+
run: |
31+
git config --global core.autocrlf false
32+
git config --global core.eol lf
33+
2834
- name: 🧹 Clear npm cache
2935
if: matrix.os == 'windows-latest'
3036
run: npm cache clean --force
3137

3238
- name: ▶️ Add repo
33-
run:
39+
run: |
3440
npx --yes epicshop@latest add ${{ github.event.repository.name }}
3541
./workshop
3642

0 commit comments

Comments
 (0)