mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-03-14 19:30:09 +01:00
Use markdownlint-cli
This commit is contained in:
parent
77019d28e2
commit
129b9b2974
@ -8,8 +8,7 @@ jobs:
|
|||||||
name: lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: install markdown-cli
|
||||||
|
run: npm install -g markdownlint-cli
|
||||||
- name: lint
|
- name: lint
|
||||||
uses: https://github.com/articulate/actions-markdownlint@v1
|
run: markdownlint -c .markdownlint.yaml '**/*.md'
|
||||||
with:
|
|
||||||
config: .markdownlint.yaml
|
|
||||||
files: '**/*.md'
|
|
Loading…
x
Reference in New Issue
Block a user