Update action to use zx

This commit is contained in:
Anton Medvedev 2023-01-10 15:46:25 +01:00
commit ba36add8b1
115 changed files with 1612 additions and 7143 deletions

View file

@ -1 +1,2 @@
export declare function issueCommand(command: string, message: any): void;
export declare function issueFileCommand(command: string, message: any): void;
export declare function prepareKeyValueMessage(key: string, value: any): string;