1
0
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:
Lunny Xiao
2023-04-14 13:43:11 +08:00
committed by techknowlogick
parent 7bb199a456
commit ae95884ddb
3 changed files with 43 additions and 21 deletions

14
.gitea/workflows/lint.yml Normal file
View 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'