Skip to content

Commit be1e0cc

Browse files
authored
Merge pull request #16 from matlab-actions/run-command
Add commented out run-build and run-command step to generated workflow
2 parents d1d4d7a + 9a6a604 commit be1e0cc

File tree

8 files changed

+760
-782
lines changed

8 files changed

+760
-782
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Use [GitHub® Actions Workflow Generator for MATLAB](https://matlab-actions.g
44

55
To generate a starter workflow for your repository, in the workflow generation interface:
66

7-
1. Enter your GitHub repository URL or username/repository.
8-
2. (Optional) Under **Advanced Options**, select one or more options to customize the workflow.
7+
1. Enter your GitHub repository URL or username/repository.
8+
2. (Optional) Under **Advanced Options**, select one or more options to customize the workflow.
99
3. Click **Generate Workflow**.
1010

1111
<p align="center">
@@ -16,11 +16,13 @@ To generate a starter workflow for your repository, in the workflow generation i
1616

1717
The workflow generator automatically displays the starter workflow in the workflow editor of your repository. Modify the generated workflow as needed, and commit your changes to save the workflow file in the `.github/workflows` directory of your repository.
1818

19-
For more information about the available GitHub actions for MATLAB that you can use to define your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).
19+
For more information about the available GitHub actions for MATLAB that you can use to define your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).
2020

2121
## See Also
22+
2223
- [Use MATLAB with GitHub Actions](https://github.com/matlab-actions)
2324
- [Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html)
2425

2526
## Contact Us
27+
2628
If you have any questions or suggestions, contact MathWorks&reg; at [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)