Skip to content

chore: bump typescript from 5.9.3 to 6.0.2 in the dev-dependencies group #160

chore: bump typescript from 5.9.3 to 6.0.2 in the dev-dependencies group

chore: bump typescript from 5.9.3 to 6.0.2 in the dev-dependencies group #160

Workflow file for this run

name: Markdown Lint
on:
push:
branches:
- main
pull_request:
jobs:
markdown_lint:
name: Lint Markdown files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '22'
- name: Markdown Lint
run: |
npm run lint:markdown || npx -y markdownlint-cli@0.45.0 -c .github/.markdownlint.yml -i '.git' -i '__tests__' -i '.github' -i '.changeset' -i 'CODE_OF_CONDUCT.md' -i 'CHANGELOG.md' -i 'node_modules' -i 'dist' -i '__template__' '**/**.md'