Skip to content

Commit

Permalink
removing hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-hrastega authored May 9, 2024
1 parent fac343d commit ded2a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Set up MATLAB
- uses: matlab-actions/setup-matlab@v2
uses: matlab-actions/setup-matlab@v2
- name: Run tests
- uses: matlab-actions/run-tests@v2
uses: matlab-actions/run-tests@v2
```

### Build Across Multiple Platforms
Expand Down

0 comments on commit ded2a66

Please sign in to comment.