We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab176fe commit 4afc81aCopy full SHA for 4afc81a
1 file changed
.github/workflows/validate.yml
@@ -20,22 +20,22 @@ jobs:
20
os: [ubuntu-latest, windows-latest, macos-latest]
21
runs-on: ${{ matrix.os }}
22
steps:
23
- - name: ⬇️ Checkout repo
24
- uses: actions/checkout@v4
25
-
26
- name: ⎔ Setup node
27
uses: actions/setup-node@v4
28
with:
29
node-version: 24
30
31
- - name: ▶️ Run setup script
32
- run: npm run setup
+ - name: ▶️ Add repo
+ run:
+ npx --yes epicshop add ${{ github.event.repository.name }} ./workshop
33
34
- name: ʦ TypeScript
35
run: npm run typecheck
+ working-directory: ./workshop
36
37
- name: ⬣ ESLint
38
run: npm run lint
39
40
deploy:
41
name: 🚀 Deploy
0 commit comments