From 8db44969d99296305dff5530b0d8e2d772c9d648 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 2 Sep 2021 00:28:19 -0700 Subject: [PATCH] Correct link markup in "Check Shell" template's installation docs --- workflow-templates/check-shell-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/check-shell-task.md b/workflow-templates/check-shell-task.md index c2c2a17e..4bb82c3f 100644 --- a/workflow-templates/check-shell-task.md +++ b/workflow-templates/check-shell-task.md @@ -18,7 +18,7 @@ Install the [`check-shell-task.yml`](check-shell-task.yml) GitHub Actions workfl - [`.editorconfig`](assets/general/.editorconfig) - `shfmt` will use this [configuration file](https://editorconfig.org/). - Install to: repository root -- [`Taskfile.yml`](assets/check-shell-task/Taskfile.yml] - Tasks for checking shell scripts. +- [`Taskfile.yml`](assets/check-shell-task/Taskfile.yml) - Tasks for checking shell scripts. - Install to: repository root (or merge into the existing `Taskfile.yml`). The formatting style defined in `.editorconfig` is the official standardized style to be used in all Arduino tooling projects and should not be modified.