We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54424b0 commit 768e941Copy full SHA for 768e941
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 is not working in CI 🤷♂️"
40
41
42
tests:
43
name: 🧪 Test
0 commit comments