Skip to content

Dont depend on system's printf for the r2 scripts (#3070) #1766

Dont depend on system's printf for the r2 scripts (#3070)

Dont depend on system's printf for the r2 scripts (#3070) #1766

name: Markdown Linter
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
markdown-lint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: markdownlint-cli2
uses: DavidAnson/[email protected]
with:
config: ".markdownlint.jsonc"