mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-06-20 02:43:06 +02:00
add markdown lint (#113)
fix #112 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/113 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
committed by
techknowlogick
parent
7bb199a456
commit
ae95884ddb
14
.gitea/workflows/lint.yml
Normal file
14
.gitea/workflows/lint.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: lint
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: lint
|
||||
uses: https://github.com/articulate/actions-markdownlint@v1
|
||||
with:
|
||||
files: '**/*.md'
|
Reference in New Issue
Block a user