Skip to content

Commit 039c587

Browse files
committed
Fix typo in asset installation instructions
1 parent 98598e2 commit 039c587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

workflow-templates/check-go-dependencies-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
submodules: recursive
7070

71-
# This is required to allow licensee/setup-licensed to install licensed via Ruby gem.
71+
# This is required to allow licensee/setup-licensed to install Licensed via Ruby gem.
7272
- name: Install Ruby
7373
uses: ruby/setup-ruby@v1
7474
with:
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
submodules: recursive
137137

138-
# This is required to allow licensee/setup-licensed to install licensed via Ruby gem.
138+
# This is required to allow licensee/setup-licensed to install Licensed via Ruby gem.
139139
- name: Install Ruby
140140
uses: ruby/setup-ruby@v1
141141
with:

workflow-templates/check-go-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Install the [`check-go-task.yml`](check-go-task.yml) GitHub Actions workflow to
1414
- Install to: repository root (or merge into the existing `Taskfile.yml`).
1515
- [`.golangci.yml`](assets/go/.golangci.yml) - Contains all the go-linting configurations.
1616
- Install to: repository root as `.golangci.yml`
17-
- [`Taskfile.yml`](assets/go-task/Taskfile.yml) - `DEFAULT_GO_MODULE_PATH` and `DEFAULT_GO_PACKAGES` variables
17+
- [`Taskfile.yml`](assets/go-task/Taskfile.yml) - `DEFAULT_GO_MODULE_PATH` and `DEFAULT_GO_PACKAGES` variables.
1818
- Merge into `Taskfile.yml`
1919

2020
### Configuration

0 commit comments

Comments
 (0)