We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e458d02 commit ffd8acbCopy full SHA for ffd8acb
.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