MCPcopy Create free account
hub / github.com/angular/dev-infra / handler

Function handler

ng-dev/misc/validate-skills/cli.ts:27–29  ·  view source on GitHub ↗
({baseDir}: Arguments<Options>)

Source from the content-addressed store, hash-verified

25}
26
27async function handler({baseDir}: Arguments<Options>) {
28 process.exitCode = (await validateSkills(baseDir)).exitCode;
29}
30
31/**
32 * Validates all skills found in the `skills/` directory.

Callers

nothing calls this directly

Calls 1

validateSkillsFunction · 0.85

Tested by

no test coverage detected