Skip to content

Commit 731efe7

Browse files
committed
make it copy/pasteable
1 parent fe161c3 commit 731efe7

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
@@ -30,18 +30,18 @@ jobs:
3030
run: npm install -g epicshop@latest
3131

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

3535
- name: ▶️ Add repo
36-
run: npx --yes epicshop@latest add react-fundamentals
36+
run: epicshop add workshop
3737

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

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

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

0 commit comments

Comments
 (0)