mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-06-23 23:29:07 +00: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:
parent
ae95884ddb
commit
08931734e0
2 changed files with 22 additions and 3 deletions
.gitea/workflows
|
@ -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'
|
Loading…
Add table
Add a link
Reference in a new issue