Skip to content

Commit 1677269

Browse files
committed
Add source comment to project's copies of assets
These comments ensure the "upstream" source of the asset is known, in order to facilitate syncing changes.
1 parent 4c1ed77 commit 1677269

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ tasks:
712712
-s "{{.SCHEMA_PATH}}" \
713713
-d "{{.DATA_PATH}}"
714714
715+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-javascript-task/Taskfile.yml
715716
js:fix:
716717
desc: Fix JavaScript code linting violations
717718
deps:
@@ -724,6 +725,7 @@ tasks:
724725
--fix \
725726
.
726727
728+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-javascript-task/Taskfile.yml
727729
js:lint:
728730
desc: Lint JavaScript code
729731
deps:
@@ -1083,6 +1085,7 @@ tasks:
10831085
flake8 \
10841086
--show-source
10851087
1088+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-python-poetry-task/Taskfile.yml
10861089
python:test:
10871090
desc: Run Python tests
10881091
deps:

pyproject.toml

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/assets/poetry/pyproject.toml
12
[tool.black]
23
line-length = 120
34

0 commit comments

Comments
 (0)