Skip to content

Commit 084ca77

Browse files
committed
configure epicshop
1 parent 89fb438 commit 084ca77

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/validate.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,22 @@ jobs:
2323
with:
2424
node-version: 20
2525

26+
- name: ⬇️ Install epicshop
27+
run: npm install -g epicshop@latest
28+
29+
- name: 🎊 Configure epicshop
30+
run: epicshop config --repos-dir ./workshops
31+
2632
- name: ▶️ Add repo
2733
run: npx --yes epicshop@latest add react-fundamentals
2834

2935
- name: ʦ TypeScript
3036
run: npm run typecheck
37+
working-directory: ./workshops/react-fundamentals
3138

3239
- name: ⬣ ESLint
3340
run: npm run lint
41+
working-directory: ./workshops/react-fundamentals
3442

3543
# TODO: get this working again
3644
# - name: ⬇️ Install Playwright

0 commit comments

Comments
 (0)