awesome-gitea/.gitea/workflows/lint.yml
Lunny Xiao ae95884ddb 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>
2023-04-14 13:43:11 +08:00

14 lines
236 B
YAML

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'