Skip to content

build(deps): bump djmaxus/matlab-repo-init from 0.18.0 to 0.18.1 #158

build(deps): bump djmaxus/matlab-repo-init from 0.18.0 to 0.18.1

build(deps): bump djmaxus/matlab-repo-init from 0.18.0 to 0.18.1 #158

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lints: # fast lints
name: Lints
uses: ./.github/workflows/lints.yml
matlab: # heavy MATLAB checks
needs: lints
uses: ./.github/workflows/matlab.yml
webpage-build:
needs: lints
uses: ./.github/workflows/webpage-build.yml