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 2df0614 commit af05500Copy full SHA for af05500
.github/workflows/validate.yml
@@ -33,15 +33,15 @@ jobs:
33
run: epicshop config --repos-dir ./workshops
34
35
- name: ▶️ Add repo
36
- run: epicshop add react-hooks
+ run: epicshop add ${{ github.event.repository.name }}
37
38
- name: ʦ TypeScript
39
run: npm run typecheck
40
- working-directory: ./workshops/react-hooks
+ working-directory: ./workshops/${{ github.event.repository.name }}
41
42
- name: ⬣ ESLint
43
run: npm run lint
44
45
46
# TODO: get this working again
47
# - name: ⬇️ Install Playwright
0 commit comments