Skip to content

Commit ede86a4

Browse files
committed
update workflow
1 parent 5966179 commit ede86a4

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
@@ -33,11 +33,11 @@ jobs:
3333

3434
- name: ʦ TypeScript
3535
run: npm run typecheck
36-
working-directory: ./workshop
36+
working-directory: ./workshop/${{ github.event.repository.name }}
3737

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

4242
tests:
4343
name: 🧪 Test

0 commit comments

Comments
 (0)