Skip to content

Commit

Permalink
Merge pull request #655 from atmos-cloud-sim-uj/slayoo-patch-3
Browse files Browse the repository at this point in the history
re-enable Matlab CI job
  • Loading branch information
slayoo authored Oct 12, 2021
2 parents 360604a + 34b1fdf commit ac337b1
Showing 1 changed file with 2 additions and 0 deletions.
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 ac337b1

Please sign in to comment.