Skip to content

Commit fe161c3

Browse files
committed
use epicshop cli
1 parent 4f9c483 commit fe161c3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/validate.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,22 @@ jobs:
2626
with:
2727
node-version: 20
2828

29-
- name: ▶️ Run setup script
30-
run: npm run setup
29+
- name: ⬇️ Install epicshop
30+
run: npm install -g epicshop@latest
31+
32+
- name: 🎊 Configure epicshop
33+
run: epicshop config --repos-dir ./workshops
34+
35+
- name: ▶️ Add repo
36+
run: npx --yes epicshop@latest add react-fundamentals
3137

3238
- name: ʦ TypeScript
3339
run: npm run typecheck
40+
working-directory: ./workshops/react-fundamentals
3441

3542
- name: ⬣ ESLint
3643
run: npm run lint
44+
working-directory: ./workshops/react-fundamentals
3745

3846
# TODO: get this working again
3947
# - name: ⬇️ Install Playwright

0 commit comments

Comments
 (0)