Skip to content

Commit

Permalink
check with R2021a
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Oct 12, 2021
1 parent 155df01 commit 34b1fdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: python -c "import exdown; code=exdown.extract('README.md'); f=open('readme.m', 'w'); f.writelines(block.code for block in code if block.syntax=='Matlab'); f.close()"
- run: cat -n readme.m
- uses: matlab-actions/setup-matlab@v0
with:
release: R2021a
- uses: matlab-actions/run-command@v0
with:
command: readme
Expand Down

0 comments on commit 34b1fdf

Please sign in to comment.