Skip to content

Commit 4393dba

Browse files
authored
Merge pull request #522 from per1234/typos
Fix minor typos in template installation docs
2 parents ac6a9a0 + 906c209 commit 4393dba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install the [`check-go-dependencies-task.yml`](check-go-dependencies-task.yml) G
2121
- Install to: repository root (or merge into the existing `Taskfile.yml`).
2222
- [`Taskfile.yml`](assets/check-go-dependencies-task/Taskfile.yml) - tasks to check **Go** dependencies.
2323
- Install to: repository root (or merge into the existing `Taskfile.yml`).
24-
- [`.licensed.yml](assets/check-dependencies) - suggested allowed dependency license types list for the project's license type.
24+
- [`.licensed.yml`](assets/check-dependencies) - suggested allowed dependency license types list for the project's license type.
2525
- Install to: repository root.
2626

2727
### Configuration
@@ -106,7 +106,7 @@ The necessary **Licensed** tool can be installed by following [these instruction
106106

107107
Unfortunately, **Licensed** does not have Windows support.
108108

109-
An updated cache is also generated whenever the cache is found to be outdated by the by the "**Check Go Dependencies**" CI workflow and made available for download via the `dep-licenses-cache` [workflow artifact](https://docs.github.com/actions/managing-workflow-runs/downloading-workflow-artifacts).
109+
An updated cache is also generated whenever the cache is found to be outdated by the "**Check Go Dependencies**" CI workflow and made available for download via the `dep-licenses-cache` [workflow artifact](https://docs.github.com/actions/managing-workflow-runs/downloading-workflow-artifacts).
110110
````
111111

112112
## Commit message

workflow-templates/check-npm-dependencies-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The necessary **Licensed** tool can be installed by following [these instruction
129129

130130
Unfortunately, **Licensed** does not have Windows support.
131131

132-
An updated cache is also generated whenever the cache is found to be outdated by the by the "**Check Go Dependencies**" CI workflow and made available for download via the `dep-licenses-cache` [workflow artifact](https://docs.github.com/actions/managing-workflow-runs/downloading-workflow-artifacts).
132+
An updated cache is also generated whenever the cache is found to be outdated by the "**Check npm Dependencies**" CI workflow and made available for download via the `dep-licenses-cache` [workflow artifact](https://docs.github.com/actions/managing-workflow-runs/downloading-workflow-artifacts).
133133
````
134134

135135
## Commit message

0 commit comments

Comments
 (0)