We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83872a9 commit e5d11d3Copy full SHA for e5d11d3
.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