Skip to content

build(deps-dev): bump markdownlint-cli2 from 0.13.0 to 0.14.0 #427

build(deps-dev): bump markdownlint-cli2 from 0.13.0 to 0.14.0

build(deps-dev): bump markdownlint-cli2 from 0.13.0 to 0.14.0 #427

Workflow file for this run

---
jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies (Yarn)
run: |
yarn
pipx install cmake-format --include-deps
- name: Check spelling
run: yarn check-spelling
- name: Check formatting
run: yarn check-formatting
name: QA
'on':
pull_request:
branches:
- master
push:
branches:
- master