Skip to content

Commit 06413de

Browse files
authored
remove old unused tasks, .PRETTIER was not even defined (#130)
* remove old unused tasks, .PRETTIER was not even defined * remove leftover task
1 parent 9fc2470 commit 06413de

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Diff for: Taskfile.yml

-11
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)