Skip to content

Update ci.yml

Update ci.yml #22

Workflow file for this run

name: Run MATLAB
on:
workflow_dispatch: {}
push: {}
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: latest
- name: Run MATLAB Command
uses: matlab-actions/run-command@v1
with:
command: version