Skip to content

Commit b94b83c

Browse files
committed
update workflow
1 parent 166e32e commit b94b83c

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

3838
- name: ⬣ ESLint
3939
run: npm run lint
40-
working-directory: ./workshop/${{ github.event.repository.name }}
40+
working-directory: ./workshop
4141

4242
tests:
4343
name: 🧪 Test

0 commit comments

Comments
 (0)