Skip to content

✨ feat(WIP): linux 系统启动过程 #73

✨ feat(WIP): linux 系统启动过程

✨ feat(WIP): linux 系统启动过程 #73

Workflow file for this run

name: MarkdownLint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
linting:
name: "Markdown linting"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out the code
- name: Lint Code Base
uses: docker://avtodev/markdown-lint:v1
with:
args: "**/*.md"
config: '.lint.yml'