mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-08-12 22:29:12 +00:00
15 lines
No EOL
273 B
YAML
15 lines
No EOL
273 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:
|
|
config: .markdownlint.yaml
|
|
files: '**/*.md' |