Skip to content

build(deps-dev): bump markdownlint-cli from 0.37.0 to 0.43.0 #274

build(deps-dev): bump markdownlint-cli from 0.37.0 to 0.43.0

build(deps-dev): bump markdownlint-cli from 0.37.0 to 0.43.0 #274

Workflow file for this run

name: Test
on: pull_request
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build