Skip to content

Commit

Permalink
Merge pull request #522 from per1234/typos
Browse files Browse the repository at this point in the history
Fix minor typos in template installation docs
  • Loading branch information
per1234 authored Oct 14, 2024
2 parents ac6a9a0 + 906c209 commit 4393dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workflow-templates/check-go-dependencies-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Install the [`check-go-dependencies-task.yml`](check-go-dependencies-task.yml) G
- Install to: repository root (or merge into the existing `Taskfile.yml`).
- [`Taskfile.yml`](assets/check-go-dependencies-task/Taskfile.yml) - tasks to check **Go** dependencies.
- Install to: repository root (or merge into the existing `Taskfile.yml`).
- [`.licensed.yml](assets/check-dependencies) - suggested allowed dependency license types list for the project's license type.
- [`.licensed.yml`](assets/check-dependencies) - suggested allowed dependency license types list for the project's license type.
- Install to: repository root.

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

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

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).
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).
````

## Commit message
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-npm-dependencies-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The necessary **Licensed** tool can be installed by following [these instruction

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

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).
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).
````

## Commit message
Expand Down

0 comments on commit 4393dba

Please sign in to comment.