Skip to content

Commit 878d81b

Browse files
committed
update workflow
1 parent 76ad09b commit 878d81b

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: echo "Linting not working in CI"
41-
working-directory: ./workshop
41+
working-directory: ./workshop/${{ github.event.repository.name }}
4242

4343
deploy:
4444
name: 🚀 Deploy

0 commit comments

Comments
 (0)