Skip to content

Commit af05500

Browse files
committed
whoops, forgot to save
1 parent 2df0614 commit af05500

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
@@ -33,15 +33,15 @@ jobs:
3333
run: epicshop config --repos-dir ./workshops
3434

3535
- name: ▶️ Add repo
36-
run: epicshop add react-hooks
36+
run: epicshop add ${{ github.event.repository.name }}
3737

3838
- name: ʦ TypeScript
3939
run: npm run typecheck
40-
working-directory: ./workshops/react-hooks
40+
working-directory: ./workshops/${{ github.event.repository.name }}
4141

4242
- name: ⬣ ESLint
4343
run: npm run lint
44-
working-directory: ./workshops/react-hooks
44+
working-directory: ./workshops/${{ github.event.repository.name }}
4545

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

0 commit comments

Comments
 (0)