We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9c483 commit fe161c3Copy full SHA for fe161c3
.github/workflows/validate.yml
@@ -26,14 +26,22 @@ jobs:
26
with:
27
node-version: 20
28
29
- - name: ▶️ Run setup script
30
- run: npm run setup
+ - name: ⬇️ Install epicshop
+ 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
37
38
- name: ʦ TypeScript
39
run: npm run typecheck
40
+ working-directory: ./workshops/react-fundamentals
41
42
- name: ⬣ ESLint
43
run: npm run lint
44
45
46
# TODO: get this working again
47
# - name: ⬇️ Install Playwright
0 commit comments