mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
test: fix strict runtime mock types in channel tests
This commit is contained in:
9
scripts/ci-changed-scope.d.mts
Normal file
9
scripts/ci-changed-scope.d.mts
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user