https://github.com/matlab-actions/workflow-generator
Generate a GitHub Actions workflow for MATLAB.
https://github.com/matlab-actions/workflow-generator
github-actions mathworks matlab simulink
Last synced: about 1 month ago
JSON representation
Generate a GitHub Actions workflow for MATLAB.
- Host: GitHub
- URL: https://github.com/matlab-actions/workflow-generator
- Owner: matlab-actions
- License: bsd-3-clause
- Created: 2025-06-18T17:54:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T18:03:18.000Z (12 months ago)
- Last Synced: 2025-06-26T19:18:42.647Z (12 months ago)
- Topics: github-actions, mathworks, matlab, simulink
- Language: JavaScript
- Homepage: https://matlab-actions.github.io/workflow-generator/
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate Starter Workflow for MATLAB
Use [GitHub® Actions Workflow Generator for MATLAB](https://matlab-actions.github.io/workflow-generator/) to create a starter workflow for a repository that contains MATLAB® code or Simulink® models. You can use the generated workflow as a starting point for your own custom workflow.
To generate a starter workflow for your repository, in the workflow generation interface:
1. Enter your GitHub repository URL or username/repository.
2. (Optional) Under **Advanced Options**, select one or more options to customize the workflow.
3. Click **Generate Workflow**.
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.
For more information about the GitHub actions for MATLAB that you can use in your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).
## See Also
- [Use MATLAB with GitHub Actions](https://github.com/matlab-actions)
- [Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html)
## Feedback and Support
If you have an enhancement request or other feedback about this generator, create an issue on the [Issues](https://github.com/matlab-actions/workflow-generator/issues) page.
For support, contact [MathWorks Technical Support](https://www.mathworks.com/support/contact_us.html).