Skip to content

Commit 92b1a42

Browse files
committed
fix windows maybe
1 parent ca3d8cd commit 92b1a42

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
@@ -34,10 +34,16 @@ jobs:
3434
sparse-checkout-cone-mode: true
3535
# this is necessary because it's such a huge repo... I regret making this all in one workshop in retrospect...
3636
sparse-checkout: |
37-
/
37+
.
3838
epicshop
3939
exercises/01.cookies
4040
41+
- name: Verify sparse checkout
42+
run: |
43+
ls
44+
ls epicshop
45+
ls exercises
46+
4147
- name: ⎔ Setup node
4248
uses: actions/setup-node@v4
4349
with:

0 commit comments

Comments
 (0)