Skip to content

Commit

Permalink
make run-command@v1 compatible with setup-matlab@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski committed Feb 8, 2024
1 parent 8d8c996 commit c079d5c
Show file tree
Hide file tree
Showing 11 changed files with 1,201 additions and 5,460 deletions.
Binary file modified dist/bin/glnxa64/run-matlab-command
Binary file not shown.
Binary file modified dist/bin/maci64/run-matlab-command
Binary file not shown.
Binary file modified dist/bin/win64/run-matlab-command.exe
Binary file not shown.
4 changes: 3 additions & 1 deletion dist/index.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/matlab.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface HelperScript {
* Type of a function that executes a command on a runner and returns the error
* code.
*/
export declare type ExecFn = (command: string, args?: string[]) => Promise<number>;
export type ExecFn = (command: string, args?: string[]) => Promise<number>;
/**
* Generate a MATLAB script in the temporary directory that runs a command in
* the workspace.
Expand Down
8 changes: 6 additions & 2 deletions lib/matlab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/matlab.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c079d5c

Please sign in to comment.