We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee0dbf commit b7ad976Copy full SHA for b7ad976
.github/workflows/validate.yml
@@ -18,16 +18,14 @@ jobs:
18
os: [ubuntu-latest, windows-latest, macos-latest]
19
runs-on: ${{ matrix.os }}
20
steps:
21
- - name: ⬇️ Checkout repo
22
- uses: actions/checkout@v4
23
-
24
- name: ⎔ Setup node
25
uses: actions/setup-node@v4
26
with:
27
node-version: 20
28
29
- - name: ▶️ Run setup script
30
- run: npm run setup
+ - name: ▶️ Add repo
+ run:
+ npx --yes epicshop add ${{ github.event.repository.name }} ./workshop
31
32
# TOOD: bring this back when CI is more reliable
33
# - name: ▶️ Run tests
0 commit comments