From 7689b57945d41fb0d03aed78fd6bbd86fa692d03 Mon Sep 17 00:00:00 2001 From: nicolas le goff Date: Thu, 21 Nov 2024 16:37:35 +0100 Subject: [PATCH] first commit --- .github/workflows/ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..01189f3 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,17 @@ +name: Run MATLAB Script +on: [push] +jobs: + my-job: + name: Run MATLAB Script + runs-on: ubuntu-latest + steps: + - name: Check out repository + uses: actions/checkout@v4 + - name: Set up MATLAB + uses: matlab-actions/setup-matlab@v2 + with: + release: R2023b + - name: Run script + uses: matlab-actions/run-command@v2 + with: + command: myscript