Skip to content

🔥 feat: Implement UpdateParam override behavior for DefaultCtx #3110

🔥 feat: Implement UpdateParam override behavior for DefaultCtx

🔥 feat: Implement UpdateParam override behavior for DefaultCtx #3110

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@07035fd053f7be764496c0f8d8f9f41f98305101 # v22.0.0
with:
globs: |
**/*.md
#vendor