File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,6 @@ tasks:
19
19
# Make the formatting consistent with the non-generated Markdown
20
20
- task : general:format-prettier
21
21
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
-
32
22
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies-task/Taskfile.yml
33
23
general:cache-dep-licenses :
34
24
desc : Cache dependency license metadata
@@ -188,7 +178,6 @@ tasks:
188
178
- test -z $(go fmt ./...)
189
179
- go vet ./...
190
180
- task : go:lint
191
- - task : docs:check
192
181
- task : config:check
193
182
- task : general:check-formatting
194
183
- task : markdown:check-links
You can’t perform that action at this time.
0 commit comments