Skip to content

Commit d733148

Browse files
committed
update workflow
1 parent 0040a75 commit d733148

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
tests:
4444
name: 🎭 Test

0 commit comments

Comments
 (0)