Run markdownlint on drone, fix lint issue (#25040)
It currently does not run on 1.19 branch, resulting in lint error having
landed in https://github.com/go-gitea/gitea/pull/25016.
(cherry picked from commit b83e4f295d
)
This commit is contained in:
parent
e030d90f07
commit
c5245fabe4
2 changed files with 7 additions and 1 deletions
|
@ -963,6 +963,12 @@ trigger:
|
||||||
- docs/**
|
- docs/**
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: lint-docs
|
||||||
|
image: node:18
|
||||||
|
commands:
|
||||||
|
- make deps-frontend
|
||||||
|
- make lint-frontend
|
||||||
|
|
||||||
- name: build-docs
|
- name: build-docs
|
||||||
image: golang:1.20
|
image: golang:1.20
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue