We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c1bfe commit 82f41abCopy full SHA for 82f41ab
1 file changed
.github/workflows/validate.yml
@@ -23,22 +23,17 @@ jobs:
23
with:
24
node-version: 20
25
26
- - name: ⬇️ Install epicshop
27
- run: npm install -g epicshop@latest
28
-
29
- - name: 🎊 Configure epicshop
30
- run: epicshop config --repos-dir ./workshops
31
32
- name: ▶️ Add repo
33
- run: epicshop add ${{ github.event.repository.name }}
+ run:
+ npx --yes epicshop add ${{ github.event.repository.name }} ./workshop
34
35
- name: ʦ TypeScript
36
run: npm run typecheck
37
- working-directory: ./workshops/${{ github.event.repository.name }}
+ working-directory: ./workshop
38
39
- name: ⬣ ESLint
40
run: npm run lint
41
42
43
# TODO: get this working again
44
# - name: ⬇️ Install Playwright
0 commit comments