mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-07-13 15:17:53 +00:00
add markdown lint
This commit is contained in:
parent
7bb199a456
commit
5964ca3dad
1 changed files with 12 additions and 0 deletions
12
.gitea/workflows/lint.yml
Normal file
12
.gitea/workflows/lint.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: lint
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: lint
|
||||
uses: articulate/actions-markdownlint@v1
|
Loading…
Add table
Add a link
Reference in a new issue