Skip to content

build(deps-dev): bump markdownlint-cli from 0.41.0 to 0.42.0 #1042

build(deps-dev): bump markdownlint-cli from 0.41.0 to 0.42.0

build(deps-dev): bump markdownlint-cli from 0.41.0 to 0.42.0 #1042

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install modules
run: yarn install
- name: Run linters
run: yarn run check