Skip to content

Commit b2c8aee

Browse files
committed
this should work
1 parent ea4c3fd commit b2c8aee

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 .
30+
run: epicshop config --repos-dir ./workshops
3131

3232
- name: ▶️ Add repo
33-
run: epicshop add react-fundamentals
33+
run: epicshop add ${{ github.event.repository.name }}
3434

3535
- name: ʦ TypeScript
3636
run: npm run typecheck
37-
working-directory: ./workshop
37+
working-directory: ./workshops/${{ github.event.repository.name }}
3838

3939
- name: ⬣ ESLint
4040
run: npm run lint
41-
working-directory: ./workshop
41+
working-directory: ./workshops/${{ github.event.repository.name }}
4242

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

0 commit comments

Comments
 (0)