Skip to content

chore(deps): update dependency markdownlint-cli2 to ^0.15.0 #3470

chore(deps): update dependency markdownlint-cli2 to ^0.15.0

chore(deps): update dependency markdownlint-cli2 to ^0.15.0 #3470

Workflow file for this run

name: pr-checks
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
merge_group:
jobs:
build-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
submodules: recursive
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Lint
run: make lint
- name: Build
run: make build
- name: Test
run: make test