Skip to content

Commit 8f29355

Browse files
committed
update to epicshop cli
1 parent 6c11ede commit 8f29355

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

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

3230
- name: ʦ TypeScript
3331
run: npm run typecheck
32+
working-directory: ./workshop
3433

3534
- name: ⬣ ESLint
3635
run: npm run lint
36+
working-directory: ./workshop
3737

3838
# TODO: get this working again
3939
# - name: ⬇️ Install Playwright

0 commit comments

Comments
 (0)