We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ad09b commit 878d81bCopy full SHA for 878d81b
.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: echo "Linting not working in CI"
41
42
43
deploy:
44
name: 🚀 Deploy
0 commit comments