mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2024-11-14 22:42:48 +01:00
ae95884ddb
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>
14 lines
236 B
YAML
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' |