mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-08-13 06:39:13 +00:00
14 lines
No EOL
236 B
YAML
14 lines
No EOL
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' |