Skip to content

docs: prepare release 10.4.0 #4874

docs: prepare release 10.4.0

docs: prepare release 10.4.0 #4874

Workflow file for this run

name: markdown
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: setup fd
uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2.85.2
with:
tool: fd-find
- name: install mdformat
run: |
pip3 install mdformat mdformat-gfm mdformat-frontmatter mdformat-footnote mdformat-gfm-alerts mdformat-toc
- run: fd --glob '*.md' -X mdformat --check