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 e253922 commit 6583d15Copy full SHA for 6583d15
.github/workflows/validate.yml
@@ -27,18 +27,18 @@ jobs:
27
run: npm install -g epicshop@latest
28
29
- name: 🎊 Configure epicshop
30
- run: epicshop config --repos-dir ./workshops
+ run: epicshop config --repos-dir .
31
32
- name: ▶️ Add repo
33
- run: npx --yes epicshop@latest add react-fundamentals
+ run: epicshop add workshop
34
35
- name: ʦ TypeScript
36
run: npm run typecheck
37
- working-directory: ./workshops/react-fundamentals
+ working-directory: ./workshop
38
39
- name: ⬣ ESLint
40
run: npm run lint
41
42
43
# TODO: get this working again
44
# - name: ⬇️ Install Playwright
0 commit comments