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