File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: CI Root
33on :
44 push :
55 branches :
6- - ' root/*'
6+ - " root/*"
77
88jobs :
99 changed-files :
4141 pnpm install --frozen-lockfile
4242 pnpm run lint
4343
44- typecheck :
44+ build :
4545 needs : changed-files
4646 runs-on : ubuntu-22.04
4747 if : needs.changed-files.outputs.files != 'true'
5454 cache : pnpm
5555 - run : |
5656 pnpm install --frozen-lockfile
57- pnpm run --recursive typecheck
57+ pnpm run build
Original file line number Diff line number Diff line change 6363 pnpm install --frozen-lockfile --filter "@hdoc/dev-challenges" --filter "$app_name"...
6464 pnpm run lint:vanilla vanilla/"$app_name"
6565
66- typecheck :
66+ build :
6767 needs : changed-files
6868 runs-on : ubuntu-22.04
6969 if : needs.changed-files.outputs.files != 'true'
7777 - run : |
7878 app_name='${{ needs.changed-files.outputs.app_name }}'
7979 pnpm install --frozen-lockfile --filter "@hdoc/dev-challenges" --filter "$app_name"...
80- pnpm --filter "$app_name" typecheck
80+ pnpm --filter "$app_name" build
8181
8282 test-unit :
8383 needs : changed-files
You can’t perform that action at this time.
0 commit comments