Skip to content

chore: bump to use sdk 0.65 (#196) #294

chore: bump to use sdk 0.65 (#196)

chore: bump to use sdk 0.65 (#196) #294

Workflow file for this run

name: Markdown Lint
on:
push:
branches:
- master
pull_request:
release:
types: [published]
jobs:
markdown-lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: |
npm install -g markdownlint-cli@0.32.1
markdownlint --config .markdownlint.yaml '**/*.md'