Skip to content

chore(main): release 0.17.0 #155

chore(main): release 0.17.0

chore(main): release 0.17.0 #155

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