mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-04 22:39:49 +00:00
7 lines
144 B
TypeScript
Generated
7 lines
144 B
TypeScript
Generated
/**
|
|
* The main function for the action.
|
|
*
|
|
* @returns Resolves when the action is complete.
|
|
*/
|
|
export declare function run(): Promise<void>;
|