Skip to content

Commit 9a6a604

Browse files
committed
Added some more helpful comments
1 parent 3a19848 commit 9a6a604

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

public/scripts/workflow.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,17 @@ function generateWorkflow({
118118
119119
- name: Run MATLAB tests
120120
uses: matlab-actions/run-tests@v2
121+
# If you are not using a MATLAB project, add your source code to the path using the source-folder input.
122+
# with:
123+
# source-folder: myfolderA; myfolderB
121124
122-
# Use the run-build action to run the tasks in your buildfile.m.
125+
# Alternatively, use the run-build action to run the tasks in your buildfile.m.
123126
# - name: Run MATLAB build
124127
# uses: matlab-actions/run-build@v2
125128
# with:
126129
# tasks: test
127130
128-
# Use the run-command action to run MATLAB scripts, functions, and statements.
131+
# Alternatively, use the run-command action to run MATLAB scripts, functions, and statements.
129132
# - name: Run MATLAB command
130133
# uses: matlab-actions/run-command@v2
131134
# with:

0 commit comments

Comments
 (0)