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 89fb438 commit 084ca77Copy full SHA for 084ca77
.github/workflows/validate.yml
@@ -23,14 +23,22 @@ jobs:
23
with:
24
node-version: 20
25
26
+ - name: ⬇️ Install epicshop
27
+ run: npm install -g epicshop@latest
28
+
29
+ - name: 🎊 Configure epicshop
30
+ run: epicshop config --repos-dir ./workshops
31
32
- name: ▶️ Add repo
33
run: npx --yes epicshop@latest add react-fundamentals
34
35
- name: ʦ TypeScript
36
run: npm run typecheck
37
+ working-directory: ./workshops/react-fundamentals
38
39
- name: ⬣ ESLint
40
run: npm run lint
41
42
43
# TODO: get this working again
44
# - name: ⬇️ Install Playwright
0 commit comments