Skip to content

Commit c62da48

Browse files
committed
update workflow
1 parent 878d81b commit c62da48

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/${{ github.event.repository.name }}
37+
working-directory: ./workshop
3838

3939
- name: ⬣ ESLint
4040
run: echo "Linting not working in CI"
41-
working-directory: ./workshop/${{ github.event.repository.name }}
41+
working-directory: ./workshop
4242

4343
deploy:
4444
name: 🚀 Deploy

0 commit comments

Comments
 (0)