Skip to content

Commit 1108c60

Browse files
authored
Merge pull request #4 from mathworks-continuous-integration/jpereira/notice
Add notice to README.md
2 parents 60afc25 + 42e40f3 commit 1108c60

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ exit code, which causes the build to fail. You can use the
1111
the command to ensure that builds fail when necessary. When you use this task,
1212
all of the required files must be on the MATLAB search path.
1313

14+
**Note**: By running the code in this action, you will be executing third-party
15+
code that is licensed under separate terms.
16+
1417
## Usage
1518

1619
You can use this action `with`:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "run-matlab-command-action",
33
"author": "The MathWorks, Inc.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "",
66
"main": "lib/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)