We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364916b commit 166e32eCopy full SHA for 166e32e
1 file changed
.github/workflows/validate.yml
@@ -33,11 +33,11 @@ jobs:
33
34
- name: ʦ TypeScript
35
run: npm run typecheck
36
- working-directory: ./workshop
+ working-directory: ./workshop/${{ github.event.repository.name }}
37
38
- name: ⬣ ESLint
39
run: npm run lint
40
41
42
tests:
43
name: 🧪 Test
0 commit comments