From 0d230f2c66bcf3b6932ae4d4df87706aa2a39fc2 Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Thu, 9 May 2024 16:03:44 -0400 Subject: [PATCH] removing hyphens --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf04c49..7a0592b 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,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 build - - uses: matlab-actions/run-build@v2 + uses: matlab-actions/run-build@v2 ``` ## Run MATLAB Build