Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@

name: Run MATLAB Command
description: >-
Execute a MATLAB script, function, or statement.
MATLAB exits with exit code 0 if the specified script, function, or statement
executes successfully without error. Otherwise, MATLAB terminates with a
nonzero exit code, which causes the build to fail. You can use the assert or
error functions in the command to ensure that builds fail when necessary. When
you use this task, all of the required files must be on the MATLAB search
path.
Run MATLAB scripts, functions, and statements
inputs:
command:
description: >-
Script, function, or statement to execute.
If the value of `command` is the name of a MATLAB script or function, do
not specify the file extension. If you specify more than one MATLAB
command, use a comma or semicolon to separate the commands.
Script, function, or statement to execute
required: true
runs:
using: node12
Expand Down