We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede86a4 commit 85cd5f4Copy full SHA for 85cd5f4
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/${{ github.event.repository.name }}
+ working-directory: ./workshop
37
38
- name: ⬣ ESLint
39
run: echo "Linting not working in CI"
40
41
42
tests:
43
name: 🧪 Test
0 commit comments