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