Skip to content

📝 添加获取饼的流程展示 #2

📝 添加获取饼的流程展示

📝 添加获取饼的流程展示 #2

Workflow file for this run

name: Lint
on:
pull_request_target:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
markdownlint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node Environment
uses: ./.github/actions/setup-node
- name: Run markdownlint
uses: articulate/actions-markdownlint@v1
with:
config: markdownlint-config.json
# 匹配任意md, mdx文件
files: '**/*.md?(x)'
ignore: node_modules