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