Skip to content

feat(ctx): add conditional copy helpers #2198

feat(ctx): add conditional copy helpers

feat(ctx): add conditional copy helpers #2198

Workflow file for this run

name: markdownlint
on:
push:
branches:
- master
- main
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v5
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v20
with:
globs: |
**/*.md
#vendor