Skip to content

Commit f067577

Browse files
committed
update workflow
1 parent f2f8ba4 commit f067577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)