mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-08-13 14:49:12 +00:00
12 lines
No EOL
176 B
YAML
12 lines
No EOL
176 B
YAML
name: lint
|
|
on:
|
|
- push
|
|
- pull_request
|
|
|
|
jobs:
|
|
lint:
|
|
name: lint
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: lint
|
|
uses: articulate/actions-markdownlint@v1 |