openskynet / scripts /ci-changed-scope.d.mts
Darochin's picture
Mirror OpenSkyNet workspace snapshot from Git HEAD
fc93158 verified
export type ChangedScope = {
runNode: boolean;
runMacos: boolean;
runAndroid: boolean;
};
export function detectChangedScope(changedPaths: string[]): ChangedScope;
export function listChangedPaths(base: string, head?: string): string[];
export function writeGitHubOutput(scope: ChangedScope, outputPath?: string): void;