mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-06-15 16:45:22 +02:00
fix markdown lint on CI (#114)
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/114 Reviewed-by: silverwind <silverwind@noreply.gitea.io>
This commit is contained in:
@ -8,7 +8,8 @@ jobs:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: install markdownlint-cli
|
||||
run: npm install -g markdownlint-cli
|
||||
- name: lint
|
||||
uses: https://github.com/articulate/actions-markdownlint@v1
|
||||
with:
|
||||
files: '**/*.md'
|
||||
run: markdownlint '**/*.md'
|
Reference in New Issue
Block a user