Skip to content

feat: 🔨 reset_template function for project initialization #29

feat: 🔨 reset_template function for project initialization

feat: 🔨 reset_template function for project initialization #29

Workflow file for this run

name: MATLAB CI checks
on:
push:
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
jobs:
buildtool:
name: Run MATLAB Build Tool
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
cache: true
- uses: matlab-actions/run-build@v2