Skip to content

Commit bf3560f

Browse files
committed
Add source URL comment to spell check assets
This will make it easier for the maintainers to sync fixes and improvements in either direction between the upstream "template" assets and their installation in this repository.
1 parent b2d0d71 commit bf3560f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/spell-check-task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/spell-check-task.md
12
name: Spell Check
23

34
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows

Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,15 @@ tasks:
402402
cmds:
403403
- npx prettier --write .
404404

405+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/spell-check-task/Taskfile.yml
405406
general:check-spelling:
406407
desc: Check for commonly misspelled words
407408
deps:
408409
- task: poetry:install-deps
409410
cmds:
410411
- poetry run codespell
411412

413+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/spell-check-task/Taskfile.yml
412414
general:correct-spelling:
413415
desc: Correct commonly misspelled words where possible
414416
deps:

0 commit comments

Comments
 (0)