Skip to content

Commit c1565c3

Browse files
committed
update to epicshop cli
1 parent 77eac42 commit c1565c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ jobs:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- name: ⬇️ Checkout repo
24-
uses: actions/checkout@v4
25-
2623
- name: ⎔ Setup node
2724
uses: actions/setup-node@v4
2825
with:
2926
node-version: 24
3027

31-
- name: ▶️ Run setup script
32-
run: npm run setup
28+
- name: ▶️ Add repo
29+
run:
30+
npx --yes epicshop add ${{ github.event.repository.name }} ./workshop
3331

3432
- name: ʦ TypeScript
3533
run: npm run typecheck
34+
working-directory: ./workshop
3635

3736
- name: ⬣ ESLint
3837
run: npm run lint
38+
working-directory: ./workshop
3939

4040
deploy:
4141
name: 🚀 Deploy

0 commit comments

Comments
 (0)