We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c577a7 commit 8f92dffCopy full SHA for 8f92dff
.github/workflows/validate.yml
@@ -34,11 +34,11 @@ jobs:
34
35
- name: ʦ TypeScript
36
run: npm run typecheck
37
- working-directory: ./workshop
+ working-directory: ./workshop/${{ github.event.repository.name }}
38
39
- name: ⬣ ESLint
40
run: npm run lint
41
42
43
deploy:
44
name: 🚀 Deploy
0 commit comments