Skip to content

.github/workflows/matlab.yml #23

.github/workflows/matlab.yml

.github/workflows/matlab.yml #23

Workflow file for this run

on:
workflow_call:
workflow_dispatch:
schedule:
- cron: 0 0 * * 1 # midnight every Monday to preserve the cache
jobs:
buildtool:
permissions:
contents: read
strategy:
matrix:
release: [R2023a, R2025a]
name: MATLAB checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.release }}
cache: true
- uses: matlab-actions/run-build@v2