We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5966179 commit ede86a4Copy full SHA for ede86a4
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: echo "Linting not working in CI"
40
41
42
tests:
43
name: 🧪 Test
0 commit comments