Skip to content

add blog: raft config center blog #220

add blog: raft config center blog

add blog: raft config center blog #220

Workflow file for this run

name: Doc Lint
on: [pull_request]
jobs:
markdownlint:
name: Markdown lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '19.5.x'
- run: npm i
- run: npm run lint