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