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 18f0eea commit 68ddb97Copy full SHA for 68ddb97
1 file changed
.github/workflows/ci.yml
@@ -1360,6 +1360,9 @@ jobs:
1360
- check_name: check-shrinkwrap
1361
task: shrinkwrap
1362
runner: blacksmith-4vcpu-ubuntu-2404
1363
+ - check_name: check-bundled-channel-config-metadata
1364
+ task: bundled-channel-config-metadata
1365
+ runner: blacksmith-4vcpu-ubuntu-2404
1366
- check_name: check-prod-types
1367
task: prod-types
1368
@@ -1451,6 +1454,9 @@ jobs:
1451
1454
shrinkwrap)
1452
1455
pnpm deps:shrinkwrap:check
1453
1456
;;
1457
+ bundled-channel-config-metadata)
1458
+ pnpm check:bundled-channel-config-metadata
1459
+ ;;
1460
prod-types)
1461
pnpm tsgo:prod
1462
0 commit comments