Skip to content

Commit

Permalink
Run markdownlint on drone, fix lint issue (go-gitea#25040)
Browse files Browse the repository at this point in the history
It currently does not run on 1.19 branch, resulting in lint error having
landed in go-gitea#25016.
  • Loading branch information
silverwind committed Jun 1, 2023
1 parent 95bf09f commit b83e4f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/packages/cran.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ install.packages("{package_name}")

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

0 comments on commit b83e4f2

Please sign in to comment.