1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-10 11:38: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:
silverwind
2023-06-01 17:34:40 +02:00
committed by GitHub
parent 95bf09fca0
commit b83e4f295d
2 changed files with 7 additions and 1 deletions

View File

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