Skip to content

Commit c8d4eb2

Browse files
committed
use one-liner
1 parent ea074ab commit c8d4eb2

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,17 @@ jobs:
2323
with:
2424
node-version: 20
2525

26-
- name: ⬇️ Install epicshop
27-
run: npm install -g epicshop@latest
28-
29-
- name: 🎊 Configure epicshop
30-
run: epicshop config --repos-dir ./workshops
31-
3226
- name: ▶️ Add repo
33-
run: epicshop add ${{ github.event.repository.name }}
27+
run:
28+
npx --yes epicshop add ${{ github.event.repository.name }} ./workshop
3429

3530
- name: ʦ TypeScript
3631
run: npm run typecheck
37-
working-directory: ./workshops/${{ github.event.repository.name }}
32+
working-directory: ./workshop
3833

3934
- name: ⬣ ESLint
4035
run: npm run lint
41-
working-directory: ./workshops/${{ github.event.repository.name }}
36+
working-directory: ./workshop
4237

4338
# TODO: get this working again
4439
# - name: ⬇️ Install Playwright

0 commit comments

Comments
 (0)