We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3d8cd commit 92b1a42Copy full SHA for 92b1a42
1 file changed
.github/workflows/validate.yml
@@ -34,10 +34,16 @@ jobs:
34
sparse-checkout-cone-mode: true
35
# this is necessary because it's such a huge repo... I regret making this all in one workshop in retrospect...
36
sparse-checkout: |
37
- /
+ .
38
epicshop
39
exercises/01.cookies
40
41
+ - name: Verify sparse checkout
42
+ run: |
43
+ ls
44
+ ls epicshop
45
+ ls exercises
46
+
47
- name: ⎔ Setup node
48
uses: actions/setup-node@v4
49
with:
0 commit comments