Skip to content

Commit dab9eb9

Browse files
committed
ci: check bundled channel config metadata
1 parent a7d5d92 commit dab9eb9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,9 @@ jobs:
12221222
- check_name: check-shrinkwrap
12231223
task: shrinkwrap
12241224
runner: blacksmith-4vcpu-ubuntu-2404
1225+
- check_name: check-bundled-channel-config-metadata
1226+
task: bundled-channel-config-metadata
1227+
runner: blacksmith-4vcpu-ubuntu-2404
12251228
- check_name: check-prod-types
12261229
task: prod-types
12271230
runner: blacksmith-4vcpu-ubuntu-2404
@@ -1308,6 +1311,9 @@ jobs:
13081311
shrinkwrap)
13091312
pnpm deps:shrinkwrap:check
13101313
;;
1314+
bundled-channel-config-metadata)
1315+
pnpm check:bundled-channel-config-metadata
1316+
;;
13111317
prod-types)
13121318
pnpm tsgo:prod
13131319
;;

0 commit comments

Comments
 (0)