Skip to content

Commit b7ad976

Browse files
committed
update to epicshop cli
1 parent 3ee0dbf commit b7ad976

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ 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
# TOOD: bring this back when CI is more reliable
3331
# - name: ▶️ Run tests

0 commit comments

Comments
 (0)