Skip to content

Commit 8f92dff

Browse files
committed
update workflow
1 parent 3c577a7 commit 8f92dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434

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

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

4343
deploy:
4444
name: 🚀 Deploy

0 commit comments

Comments
 (0)