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