File tree Expand file tree Collapse file tree 1 file changed +11
-20
lines changed
Expand file tree Collapse file tree 1 file changed +11
-20
lines changed Original file line number Diff line number Diff line change 99 - main
1010
1111jobs :
12- lint :
12+ ci :
1313 runs-on : ubuntu-latest
1414
1515 steps :
@@ -19,27 +19,18 @@ jobs:
1919 with :
2020 node-version : 20
2121
22- - name : Install dependencies
23- run : npx nypm@latest i
22+ - name : 📦 Install dependencies
23+ run : pnpm install --frozen-lockfile
2424
25- - name : Lint
26- run : npm run lint
25+ - name : 🚧 Set up project
26+ run : pnpm dev:prepare
2727
28- test :
29- runs-on : ubuntu-latest
30-
31- steps :
32- - uses : actions/checkout@v4
33- - run : corepack enable
34- - uses : actions/setup-node@v4
35- with :
36- node-version : 20
28+ - name : 🛠 Build project
29+ run : pnpm prepack
3730
38- - name : Install dependencies
39- run : npx nypm@latest i
31+ - name : 🛝 Build playground
32+ run : pnpm dev:build
4033
41- - name : Playground prepare
42- run : npm run dev:prepare
34+ - name : 👀 Lint project
35+ run : pnpm lint
4336
44- - name : Test
45- run : npm run test
You can’t perform that action at this time.
0 commit comments