mirror of
https://github.com/go-gitea/gitea
synced 2025-08-09 19:18:20 +00:00
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.
This commit is contained in:
@@ -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:
|
||||||
|
@@ -90,4 +90,4 @@ install.packages("{package_name}")
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
install.packages("testpackage")
|
install.packages("testpackage")
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user