We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca16434 commit cf5efe3Copy full SHA for cf5efe3
1 file changed
.github/workflows/validate.yml
@@ -25,12 +25,18 @@ jobs:
25
with:
26
node-version: 24
27
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
+
34
- name: 🧹 Clear npm cache
35
if: matrix.os == 'windows-latest'
36
run: npm cache clean --force
37
38
- name: ▶️ Add repo
- run:
39
40
npx --yes epicshop@latest add ${{ github.event.repository.name }}
41
./workshop
42
0 commit comments