Skip to content

Commit 346c58d

Browse files
committed
update to epicshop cli
1 parent 1488456 commit 346c58d

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
@@ -19,22 +19,22 @@ jobs:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
2020
runs-on: ${{ matrix.os }}
2121
steps:
22-
- name: ⬇️ Checkout repo
23-
uses: actions/checkout@v4
24-
2522
- name: ⎔ Setup node
2623
uses: actions/setup-node@v4
2724
with:
2825
node-version: 24
2926

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

3331
- name: ʦ TypeScript
3432
run: npm run typecheck
33+
working-directory: ./workshop
3534

3635
- name: ⬣ ESLint
3736
run: npm run lint
37+
working-directory: ./workshop
3838

3939
tests:
4040
name: 🧪 Test

0 commit comments

Comments
 (0)