We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8a036 commit 297e630Copy full SHA for 297e630
1 file changed
.github/workflows/validate.yml
@@ -18,22 +18,22 @@ jobs:
18
os: [ubuntu-latest, windows-latest, macos-latest]
19
runs-on: ${{ matrix.os }}
20
steps:
21
- - name: ⬇️ Checkout repo
22
- uses: actions/checkout@v3
23
-
24
- name: ⎔ Setup node
25
uses: actions/setup-node@v3
26
with:
27
node-version: 24
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
- name: ʦ TypeScript
33
run: npm run typecheck
+ working-directory: ./workshop
34
35
- name: ⬣ ESLint
36
run: npm run lint
37
38
deploy:
39
name: 🚀 Deploy
0 commit comments