Skip to content

Update README.md

Update README.md #135

Workflow file for this run

name: MATLAB Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run all tests
uses: matlab-actions/run-tests@v2
with:
source-folder: mhodlr