Skip to content

docs(main): update some items #126

docs(main): update some items

docs(main): update some items #126

Workflow file for this run

name: Markdown lint action
on:
push:
branches:
- main
paths:
- 'README_RAW.md'
pull_request:
types: [opened, synchronize]
branches:
- main
paths:
- 'README_RAW.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm install -g markdownlint-cli
- uses: xt0rted/markdownlint-problem-matcher@v1
- run: |
markdownlint README_RAW.md