Skip to content

docs: 📝 add references to the toolset #32

docs: 📝 add references to the toolset

docs: 📝 add references to the toolset #32

Workflow file for this run

name: MATLAB CI checks
on:
push:
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
jobs:
buildtool:
name: Run MATLAB Build Tool
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
cache: true
- uses: matlab-actions/run-build@v2