Skip to content

build(deps): bump DavidAnson/markdownlint-cli2-action from 21 to 22 #156

build(deps): bump DavidAnson/markdownlint-cli2-action from 21 to 22

build(deps): bump DavidAnson/markdownlint-cli2-action from 21 to 22 #156

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