-
Notifications
You must be signed in to change notification settings - Fork 29
add: Markdown lint ci. #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
add: Markdown lint ci. #208
Conversation
✅ Deploy Preview for hustmirrors ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
你可以在自己的仓库做一个简单的PR来检测CI效果,这样maintainers会确认正确性 |
@mudongliang 我已经做了,刚刚忘记写上链接了()yeying-xingchen#2 |
2bc27ad to
23727fa
Compare
|
已存在相关工作 https://github.com/hust-open-atom-club/hust-mirrors/blob/master/.github/workflows/lint.yaml 你的实现与现有 workflow 行为有什么差异? |
现有的使用 zhlint 进行语法检查,检查中英文混合等语法错误而不检查 Markdown 语法错误。此脚本意在通过 markdown lint 检查 Markdown 语法错误。 |
|
markdown语法有错应该会build失败吧 |
需要修复或者追加在原有的 lint 中。这并非其它领域额外新增 lint,无需独立文件。 |
部分小问题不会。 |
No description provided.