Skip to content

⬆️ build(deps-dev): Bump zx from 8.5.3 to 8.8.0 #495

⬆️ build(deps-dev): Bump zx from 8.5.3 to 8.8.0

⬆️ build(deps-dev): Bump zx from 8.5.3 to 8.8.0 #495

Workflow file for this run

name: Markdownlint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22"
cache: "npm"
- run: npm ci
- name: Check if Markdown files follow lint rules
run: npx markdownlint **/*.md