Skip to content

Commit af15d63

Browse files
authored
Merge pull request #119 from per1234/fix-typos
Fix various typos
2 parents e0f2bf0 + 7988977 commit af15d63

File tree

20 files changed

+20
-22
lines changed

20 files changed

+20
-22
lines changed

.github/workflows/test-install-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
SCRIPT_FOLDER: other/installation-script
3434

3535
steps:
36-
- name: Checkout local repository
36+
- name: Checkout repository
3737
uses: actions/checkout@v2
3838

3939
- name: Configure script for testing

.github/workflows/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Poetry
4343
run: pip install poetry
4444

45-
- name: Install Taskfile
45+
- name: Install Task
4646
uses: arduino/setup-task@v1
4747
with:
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}

other/installation-script/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ Checksums for the nightly builds are available at
8383

8484
### Build from source
8585

86-
If youre familiar with Golang or if you want to contribute to the project, you will probably build PRODUCT_NAME locally
86+
If you're familiar with Golang or if you want to contribute to the project, you will probably build PRODUCT_NAME locally
8787
with your Go toolchain. See the ["How to contribute"](CONTRIBUTING.md#building-the-source-code) page for instructions.

workflow-templates/assets/deploy-mkdocs-versioned/siteversion/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# This software is released under the GNU General Public License version 3,
55
# The terms of this license can be found at:
6-
# https: // www.gnu.org/licenses/gpl-3.0.en.html
6+
# https://www.gnu.org/licenses/gpl-3.0.en.html
77
#
88
# You can be released from the requirements of the above licenses by purchasing
99
# a commercial license. Buying such a license is mandatory if you want to

workflow-templates/assets/test-integration/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This software is released under the GNU General Public License version 3,
66
# The terms of this license can be found at:
7-
# https: // www.gnu.org/licenses/gpl-3.0.en.html
7+
# https://www.gnu.org/licenses/gpl-3.0.en.html
88
#
99
# You can be released from the requirements of the above licenses by purchasing
1010
# a commercial license. Buying such a license is mandatory if you want to

workflow-templates/assets/test-python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This software is released under the GNU General Public License version 3,
66
# The terms of this license can be found at:
7-
# https: // www.gnu.org/licenses/gpl-3.0.en.html
7+
# https://www.gnu.org/licenses/gpl-3.0.en.html
88
#
99
# You can be released from the requirements of the above licenses by purchasing
1010
# a commercial license. Buying such a license is mandatory if you want to

workflow-templates/check-shell-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install the [`check-shell-task.yml`](check-shell-task.yml) GitHub Actions workfl
1818

1919
- [`.editorconfig`](assets/general/.editorconfig) - `shfmt` will use this [configuration file](https://editorconfig.org/).
2020
- Install to: repository root
21-
- [`Taskfile.yml`](assets/check-prettier-formatting-task/Taskfile.yml] - Tasks for checking shell scripts.
21+
- [`Taskfile.yml`](assets/check-shell-task/Taskfile.yml] - Tasks for checking shell scripts.
2222
- Install to: repository root (or merge into the existing `Taskfile.yml`).
2323

2424
The formatting style defined in `.editorconfig` is the official standardized style to be used in all Arduino tooling projects and should not be modified.

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-nightly-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v2
2828

29-
- name: Install Taskfile
29+
- name: Install Task
3030
uses: arduino/setup-task@v1
3131
with:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-tester-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737

38-
- name: Install Taskfile
38+
- name: Install Task
3939
uses: arduino/setup-task@v1
4040
with:
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}

workflow-templates/dependabot/workflow-template-copies/.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
case-insensitive-regex: true
3434
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
3535

36-
- name: Install Taskfile
36+
- name: Install Task
3737
uses: arduino/setup-task@v1
3838
with:
3939
repo-token: ${{ secrets.GITHUB_TOKEN }}

workflow-templates/dependabot/workflow-template-copies/.github/workflows/test-go-integration-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Poetry
5454
run: pip install poetry
5555

56-
- name: Install Taskfile
56+
- name: Install Task
5757
uses: arduino/setup-task@v1
5858
with:
5959
repo-token: ${{ secrets.GITHUB_TOKEN }}

workflow-templates/dependabot/workflow-template-copies/.github/workflows/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
operating-system:
3434
- ubuntu-latest
3535
- windows-latest
36-
- macOS-latest
36+
- macos-latest
3737

3838
runs-on: ${{ matrix.operating-system }}
3939

workflow-templates/dependabot/workflow-template-copies/.github/workflows/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Poetry
4343
run: pip install poetry
4444

45-
- name: Install Taskfile
45+
- name: Install Task
4646
uses: arduino/setup-task@v1
4747
with:
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}

workflow-templates/publish-go-nightly-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v2
2828

29-
- name: Install Taskfile
29+
- name: Install Task
3030
uses: arduino/setup-task@v1
3131
with:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}

workflow-templates/publish-go-tester-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737

38-
- name: Install Taskfile
38+
- name: Install Task
3939
uses: arduino/setup-task@v1
4040
with:
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}

workflow-templates/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
case-insensitive-regex: true
3434
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
3535

36-
- name: Install Taskfile
36+
- name: Install Task
3737
uses: arduino/setup-task@v1
3838
with:
3939
repo-token: ${{ secrets.GITHUB_TOKEN }}

workflow-templates/test-go-integration-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Poetry
5454
run: pip install poetry
5555

56-
- name: Install Taskfile
56+
- name: Install Task
5757
uses: arduino/setup-task@v1
5858
with:
5959
repo-token: ${{ secrets.GITHUB_TOKEN }}

workflow-templates/test-go-task.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ Install the [`test-go-task.yml`](test-go-task.yml) GitHub Actions workflow to `.
1212

1313
### Assets
1414

15-
- [`Taskfile.yml`](assets/test-go-task/Taskfile.yml]
15+
- [`Taskfile.yml`](assets/test-go-task/Taskfile.yml)
1616
- Install to: repository root (or merge into the existing `Taskfile.yml`).
17-
- [`Taskfile.yml`](assets/go-task/Taskfile.yml] - Build task.
18-
- Merge into `Taskfile.yml`.
1917

2018
### Configuration
2119

workflow-templates/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
operating-system:
3434
- ubuntu-latest
3535
- windows-latest
36-
- macOS-latest
36+
- macos-latest
3737

3838
runs-on: ${{ matrix.operating-system }}
3939

workflow-templates/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Poetry
4343
run: pip install poetry
4444

45-
- name: Install Taskfile
45+
- name: Install Task
4646
uses: arduino/setup-task@v1
4747
with:
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)