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