Skip to content

Commit 2df0614

Browse files
committed
a real copy/paste version now
1 parent f1a6b60 commit 2df0614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ jobs:
3030
run: npm install -g epicshop@latest
3131

3232
- name: 🎊 Configure epicshop
33-
run: epicshop config --repos-dir .
33+
run: epicshop config --repos-dir ./workshops
3434

3535
- name: ▶️ Add repo
3636
run: epicshop add react-hooks
3737

3838
- name: ʦ TypeScript
3939
run: npm run typecheck
40-
working-directory: ./workshop
40+
working-directory: ./workshops/react-hooks
4141

4242
- name: ⬣ ESLint
4343
run: npm run lint
44-
working-directory: ./workshop
44+
working-directory: ./workshops/react-hooks
4545

4646
# TODO: get this working again
4747
# - name: ⬇️ Install Playwright

0 commit comments

Comments
 (0)