Skip to content

Commit c09de40

Browse files
committed
Correct branch name in template source URLs
The template files contain comments documenting their source to facilitate syncs in both directions. The repository these files were originally planned to be added to used `master` as the default branch name, but this repository uses `main`. The name change was missed when adding the files to the repository.
1 parent ec572a6 commit c09de40

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/arduino/tooling-project-assets/blob/master/workflow-templates/assets/shared/.editorconfig
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/shared/.editorconfig
22
# See: https://editorconfig.org/
33
# The formatting style defined in this file is the official standardized style to be used in all Arduino Tooling
44
# projects and should not be modified.

.github/workflows/check-general-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/arduino/tooling-project-assets/blob/master/workflow-templates/check-general-formatting-task.md
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-general-formatting-task.md
22
name: Check General Formatting
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

workflow-templates/assets/check-general-formatting-task/Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/arduino/tooling-project-assets/blob/master/workflow-templates/assets/check-general-formatting-task/Taskfile.yml
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-general-formatting-task/Taskfile.yml
22
# See: https://taskfile.dev/#/usage
33
version: "3"
44

workflow-templates/assets/shared/.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/arduino/tooling-project-assets/blob/master/workflow-templates/assets/shared/.editorconfig
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/shared/.editorconfig
22
# See: https://editorconfig.org/
33
# The formatting style defined in this file is the official standardized style to be used in all Arduino Tooling
44
# projects and should not be modified.

workflow-templates/check-general-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/arduino/tooling-project-assets/blob/master/workflow-templates/check-general-formatting-task.md
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-general-formatting-task.md
22
name: Check General Formatting
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

workflow-templates/dependabot/workflow-template-copies/.github/workflows/check-general-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/arduino/tooling-project-assets/blob/master/workflow-templates/check-general-formatting-task.md
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-general-formatting-task.md
22
name: Check General Formatting
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

0 commit comments

Comments
 (0)