We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d5d92 commit dab9eb9Copy full SHA for dab9eb9
1 file changed
.github/workflows/ci.yml
@@ -1222,6 +1222,9 @@ jobs:
1222
- check_name: check-shrinkwrap
1223
task: shrinkwrap
1224
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
1228
- check_name: check-prod-types
1229
task: prod-types
1230
@@ -1308,6 +1311,9 @@ jobs:
1308
1311
shrinkwrap)
1309
1312
pnpm deps:shrinkwrap:check
1310
1313
;;
1314
+ bundled-channel-config-metadata)
1315
+ pnpm check:bundled-channel-config-metadata
1316
+ ;;
1317
prod-types)
1318
pnpm tsgo:prod
1319
0 commit comments