1 parent 2ff7d7b commit a0468b5Copy full SHA for a0468b5
1 file changed
.github/workflows/validate.yml
@@ -32,11 +32,11 @@ jobs:
32
33
- name: ʦ TypeScript
34
run: npm run typecheck
35
- working-directory: ./workshop/${{ github.event.repository.name }}
+ working-directory: ./workshop
36
37
- name: ⬣ ESLint
38
run: npm run lint
39
40
41
# TODO: get this working again
42
# - name: ⬇️ Install Playwright
0 commit comments