Skip to content

📒 docs: clarify client migration examples #3054

📒 docs: clarify client migration examples

📒 docs: clarify client migration examples #3054

Workflow file for this run

name: markdownlint
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "**/*.md"
pull_request:
paths:
- "**/*.md"
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
with:
globs: |
**/*.md
#vendor