File tree Expand file tree Collapse file tree 4 files changed +4
-19
lines changed
Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -22,31 +22,13 @@ jobs:
2222 with :
2323 node-version : 24
2424 registry-url : https://registry.npmjs.org
25+ cache : " pnpm"
2526
2627 - name : Install Dependencies
2728 run : pnpm install --frozen-lockfile
2829
2930 - name : Check TypeScript Types
3031 run : pnpm dlx turbo check-types
3132
32- prettier :
33- name : Prettier Check
34- runs-on : ubuntu-latest
35- timeout-minutes : 10
36- steps :
37- - uses : pnpm/action-setup@v4
38- with :
39- version : ' 10.30.3'
40-
41- - uses : actions/checkout@v4
42-
43- - uses : actions/setup-node@v4
44- with :
45- node-version : 24
46- registry-url : https://registry.npmjs.org
47-
48- - name : Install Dependencies
49- run : pnpm install --frozen-lockfile
50-
5133 - name : Check Prettier Formatting
5234 run : pnpm prettier:check
Original file line number Diff line number Diff line change 2121 with :
2222 node-version : 24
2323 registry-url : https://registry.npmjs.org
24+ cache : " pnpm"
2425
2526 - name : Install dependencies
2627 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 2828 with :
2929 node-version : 24
3030 registry-url : https://registry.npmjs.org
31+ cache : " pnpm"
3132
3233 - name : Install dependencies
3334 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 2424 with :
2525 node-version : 24
2626 registry-url : https://registry.npmjs.org
27+ cache : " pnpm"
2728
2829 - name : Install dependencies
2930 run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments