Browse Source

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.
tags/v1.19.4
silverwind 1 year ago
parent
commit
b83e4f295d
No account linked to committer's email address
2 changed files with 7 additions and 1 deletions
  1. 6
    0
      .drone.yml
  2. 1
    1
      docs/content/doc/packages/cran.zh-cn.md

+ 6
- 0
.drone.yml View File

@@ -963,6 +963,12 @@ trigger:
- docs/**

steps:
- name: lint-docs
image: node:18
commands:
- make deps-frontend
- make lint-frontend

- name: build-docs
image: golang:1.20
commands:

+ 1
- 1
docs/content/doc/packages/cran.zh-cn.md View File

@@ -90,4 +90,4 @@ install.packages("{package_name}")

```shell
install.packages("testpackage")
```
```

Loading…
Cancel
Save