1
0
mirror of https://gitea.com/gitea/awesome-gitea synced 2024-11-19 19:56:55 +00:00
awesome-gitea/.gitea/workflows/lint.yml

14 lines
236 B
YAML
Raw Normal View History

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'