Skip to content

Update: 更新高绿芬医生出诊情况 (#1751) #250

Update: 更新高绿芬医生出诊情况 (#1751)

Update: 更新高绿芬医生出诊情况 (#1751) #250

Workflow file for this run

name: Run markdownlint
on:
workflow_dispatch:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix run nixpkgs#markdownlint-cli2 -- "**/*.md"