Skip to content

Commit 99cd688

Browse files
committed
update to epicshop cli
1 parent a80a687 commit 99cd688

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ 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
# TODO: re-enable linting
3635
# - name: ⬣ ESLint

0 commit comments

Comments
 (0)