File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,6 @@ tasks:
1919 # Make the formatting consistent with the non-generated Markdown
2020 - task : general:format-prettier
2121
22- docs:check :
23- desc : Run documentation linting
24- cmds :
25- - npx {{ .PRETTIER }} --check "**/*.md"
26-
27- docs:format :
28- desc : Automatically formats documentation
29- cmds :
30- - npx {{ .PRETTIER }} --write "**/*.md"
31-
3222 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies-task/Taskfile.yml
3323 general:cache-dep-licenses :
3424 desc : Cache dependency license metadata
@@ -188,7 +178,6 @@ tasks:
188178 - test -z $(go fmt ./...)
189179 - go vet ./...
190180 - task : go:lint
191- - task : docs:check
192181 - task : config:check
193182 - task : general:check-formatting
194183 - task : markdown:check-links
You can’t perform that action at this time.
0 commit comments