mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-06-28 07:36:41 +00:00
Use markdownlint-cli
This commit is contained in:
parent
77019d28e2
commit
129b9b2974
1 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue