We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e030d90 commit c5245faCopy full SHA for c5245fa
.drone.yml
@@ -963,6 +963,12 @@ trigger:
963
- docs/**
964
965
steps:
966
+ - name: lint-docs
967
+ image: node:18
968
+ commands:
969
+ - make deps-frontend
970
+ - make lint-frontend
971
+
972
- name: build-docs
973
image: golang:1.20
974
commands:
docs/content/doc/packages/cran.zh-cn.md
@@ -90,4 +90,4 @@ install.packages("{package_name}")
90
91
```shell
92
install.packages("testpackage")
93
-```
+```
0 commit comments