Skip to content

Commit c079d5c

Browse files
committed
make run-command@v1 compatible with setup-matlab@v2
1 parent 8d8c996 commit c079d5c

11 files changed

+1201
-5460
lines changed

dist/bin/glnxa64/run-matlab-command

8.79 KB
Binary file not shown.

dist/bin/maci64/run-matlab-command

288 Bytes
Binary file not shown.

dist/bin/win64/run-matlab-command.exe

3 KB
Binary file not shown.

dist/index.js

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/matlab.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface HelperScript {
99
* Type of a function that executes a command on a runner and returns the error
1010
* code.
1111
*/
12-
export declare type ExecFn = (command: string, args?: string[]) => Promise<number>;
12+
export type ExecFn = (command: string, args?: string[]) => Promise<number>;
1313
/**
1414
* Generate a MATLAB script in the temporary directory that runs a command in
1515
* the workspace.

lib/matlab.js

+6-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/matlab.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)