|
38 | 38 | uses: actions/checkout@v6 |
39 | 39 | with: |
40 | 40 | fetch-depth: 0 |
| 41 | + sparse-checkout: | |
| 42 | + /* |
| 43 | + !/.repos/ |
| 44 | + sparse-checkout-cone-mode: false |
41 | 45 |
|
42 | 46 | - id: check |
43 | 47 | name: Compare HEAD to last nightly tag |
|
84 | 88 | uses: actions/checkout@v6 |
85 | 89 | with: |
86 | 90 | fetch-depth: 0 |
| 91 | + sparse-checkout: | |
| 92 | + /* |
| 93 | + !/.repos/ |
| 94 | + sparse-checkout-cone-mode: false |
87 | 95 |
|
88 | 96 | - name: Setup Vite+ |
89 | 97 | uses: voidzero-dev/setup-vp@v1 |
@@ -192,6 +200,10 @@ jobs: |
192 | 200 | uses: actions/checkout@v6 |
193 | 201 | with: |
194 | 202 | ref: ${{ needs.preflight.outputs.ref }} |
| 203 | + sparse-checkout: | |
| 204 | + /* |
| 205 | + !/.repos/ |
| 206 | + sparse-checkout-cone-mode: false |
195 | 207 |
|
196 | 208 | - name: Setup Vite+ |
197 | 209 | uses: voidzero-dev/setup-vp@v1 |
@@ -269,14 +281,19 @@ jobs: |
269 | 281 | uses: actions/checkout@v6 |
270 | 282 | with: |
271 | 283 | ref: ${{ needs.preflight.outputs.ref }} |
272 | | - fetch-depth: 0 |
| 284 | + sparse-checkout: | |
| 285 | + /* |
| 286 | + !/.repos/ |
| 287 | + sparse-checkout-cone-mode: false |
273 | 288 |
|
274 | 289 | - name: Setup Vite+ |
275 | 290 | uses: voidzero-dev/setup-vp@v1 |
276 | 291 | with: |
277 | 292 | node-version-file: package.json |
278 | 293 | cache: true |
279 | | - run-install: true |
| 294 | + run-install: | |
| 295 | + args: |
| 296 | + - --filter=t3... |
280 | 297 |
|
281 | 298 | - name: Build node-pty linux-x64 prebuild |
282 | 299 | shell: bash |
@@ -359,14 +376,21 @@ jobs: |
359 | 376 | uses: actions/checkout@v6 |
360 | 377 | with: |
361 | 378 | ref: ${{ needs.preflight.outputs.ref }} |
362 | | - fetch-depth: 0 |
| 379 | + sparse-checkout: | |
| 380 | + /* |
| 381 | + !/.repos/ |
| 382 | + sparse-checkout-cone-mode: false |
363 | 383 |
|
364 | 384 | - name: Setup Vite+ |
365 | 385 | uses: voidzero-dev/setup-vp@v1 |
366 | 386 | with: |
367 | 387 | node-version-file: package.json |
368 | 388 | cache: true |
369 | | - run-install: true |
| 389 | + run-install: | |
| 390 | + args: |
| 391 | + - --filter=@t3tools/desktop... |
| 392 | + - --filter=t3... |
| 393 | + - --filter=@t3tools/scripts... |
370 | 394 |
|
371 | 395 | - name: Setup Rust |
372 | 396 | uses: dtolnay/rust-toolchain@stable |
@@ -657,6 +681,10 @@ jobs: |
657 | 681 | uses: actions/checkout@v6 |
658 | 682 | with: |
659 | 683 | ref: ${{ needs.preflight.outputs.ref }} |
| 684 | + sparse-checkout: | |
| 685 | + /* |
| 686 | + !/.repos/ |
| 687 | + sparse-checkout-cone-mode: false |
660 | 688 |
|
661 | 689 | - name: Setup Vite+ |
662 | 690 | uses: voidzero-dev/setup-vp@v1 |
@@ -732,6 +760,10 @@ jobs: |
732 | 760 | uses: actions/checkout@v6 |
733 | 761 | with: |
734 | 762 | ref: ${{ needs.preflight.outputs.ref }} |
| 763 | + sparse-checkout: | |
| 764 | + /* |
| 765 | + !/.repos/ |
| 766 | + sparse-checkout-cone-mode: false |
735 | 767 |
|
736 | 768 | - name: Setup Vite+ |
737 | 769 | uses: voidzero-dev/setup-vp@v1 |
@@ -853,6 +885,10 @@ jobs: |
853 | 885 | uses: actions/checkout@v6 |
854 | 886 | with: |
855 | 887 | ref: ${{ needs.preflight.outputs.ref }} |
| 888 | + sparse-checkout: | |
| 889 | + /* |
| 890 | + !/.repos/ |
| 891 | + sparse-checkout-cone-mode: false |
856 | 892 |
|
857 | 893 | - name: Setup Vite+ |
858 | 894 | uses: voidzero-dev/setup-vp@v1 |
@@ -967,6 +1003,10 @@ jobs: |
967 | 1003 | fetch-depth: 0 |
968 | 1004 | token: ${{ steps.app_token.outputs.token }} |
969 | 1005 | persist-credentials: true |
| 1006 | + sparse-checkout: | |
| 1007 | + /* |
| 1008 | + !/.repos/ |
| 1009 | + sparse-checkout-cone-mode: false |
970 | 1010 |
|
971 | 1011 | - id: app_bot |
972 | 1012 | name: Resolve GitHub App bot identity |
@@ -1037,6 +1077,10 @@ jobs: |
1037 | 1077 | uses: actions/checkout@v6 |
1038 | 1078 | with: |
1039 | 1079 | ref: ${{ needs.preflight.outputs.ref }} |
| 1080 | + sparse-checkout: | |
| 1081 | + /* |
| 1082 | + !/.repos/ |
| 1083 | + sparse-checkout-cone-mode: false |
1040 | 1084 |
|
1041 | 1085 | - name: Setup Vite+ |
1042 | 1086 | uses: voidzero-dev/setup-vp@v1 |
|
0 commit comments