Skip to content

chore(deps-dev): bump markdownlint from 0.35.0 to 0.36.1 #45

chore(deps-dev): bump markdownlint from 0.35.0 to 0.36.1

chore(deps-dev): bump markdownlint from 0.35.0 to 0.36.1 #45

Workflow file for this run

name: Check
on:
push:
paths:
- "**"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run checker
run: bun check