mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-06-28 07:36:41 +00:00
Fix workflows
This commit is contained in:
parent
a98fefb3dd
commit
5fa83bcb1f
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ jobs:
|
||||||
name: lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: install markdown-cli
|
- uses: actions/checkout@v3
|
||||||
|
- name: install markdownlint-cli
|
||||||
run: npm install -g markdownlint-cli
|
run: npm install -g markdownlint-cli
|
||||||
- name: lint
|
- name: lint
|
||||||
run: markdownlint '**/*.md'
|
run: markdownlint '**/*.md'
|
Loading…
Add table
Add a link
Reference in a new issue