Skip to content

Commit 6583d15

Browse files
committed
make it copy/pasteable
1 parent e253922 commit 6583d15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727
run: npm install -g epicshop@latest
2828

2929
- name: 🎊 Configure epicshop
30-
run: epicshop config --repos-dir ./workshops
30+
run: epicshop config --repos-dir .
3131

3232
- name: ▶️ Add repo
33-
run: npx --yes epicshop@latest add react-fundamentals
33+
run: epicshop add workshop
3434

3535
- name: ʦ TypeScript
3636
run: npm run typecheck
37-
working-directory: ./workshops/react-fundamentals
37+
working-directory: ./workshop
3838

3939
- name: ⬣ ESLint
4040
run: npm run lint
41-
working-directory: ./workshops/react-fundamentals
41+
working-directory: ./workshop
4242

4343
# TODO: get this working again
4444
# - name: ⬇️ Install Playwright

0 commit comments

Comments
 (0)