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 ea4c3fd commit b2c8aeeCopy full SHA for b2c8aee
.github/workflows/validate.yml
@@ -27,18 +27,18 @@ jobs:
27
run: npm install -g epicshop@latest
28
29
- name: 🎊 Configure epicshop
30
- run: epicshop config --repos-dir .
+ run: epicshop config --repos-dir ./workshops
31
32
- name: ▶️ Add repo
33
- run: epicshop add react-fundamentals
+ run: epicshop add ${{ github.event.repository.name }}
34
35
- name: ʦ TypeScript
36
run: npm run typecheck
37
- working-directory: ./workshop
+ working-directory: ./workshops/${{ github.event.repository.name }}
38
39
- name: ⬣ ESLint
40
run: npm run lint
41
42
43
# TODO: get this working again
44
# - name: ⬇️ Install Playwright
0 commit comments