We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2b273 commit 83872a9Copy full SHA for 83872a9
.github/workflows/validate.yml
@@ -32,11 +32,11 @@ jobs:
32
33
- name: ʦ TypeScript
34
run: npm run typecheck
35
- working-directory: ./workshop
+ working-directory: ./workshop/${{ github.event.repository.name }}
36
37
- name: ⬣ ESLint
38
run: npm run lint
39
40
41
# TODO: get this working again
42
# - name: ⬇️ Install Playwright
0 commit comments