Skip to content

Commit 9c52c69

Browse files
mattmoor-sockpuppettekton-robot
authored andcommitted
Format markdown
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
1 parent 4582a9b commit 9c52c69

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

hack/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
This directory contains several scripts useful in the development process of
44
Tekton Pipelines.
55

6-
- [`update-codegen.sh`](./update-codegen.sh): Updates auto-generated client libraries.
6+
- [`update-codegen.sh`](./update-codegen.sh): Updates auto-generated client
7+
libraries.
78
- [`update-deps.sh`](./update-deps.sh): Updates Go dependencies.
8-
- [`verify-codegen.sh`](./verify-codegen.sh): Verifies that auto-generated client libraries are
9-
up-to-date.
10-
- Release docs have been moved to [the top-level `tekton` dir](../tekton)
9+
- [`verify-codegen.sh`](./verify-codegen.sh): Verifies that auto-generated
10+
client libraries are up-to-date.
11+
- Release docs have been moved to [the top-level `tekton` dir](../tekton)

test/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,8 @@ against, i.e. override
181181
go test -v -tags=e2e -count=1 ./test --kubeconfig ~/special/kubeconfig --cluster myspecialcluster
182182
```
183183
184-
Tests importing
185-
[`github.com/tektoncd/pipeline/test`](#adding-integration-tests) recognize
186-
the
184+
Tests importing [`github.com/tektoncd/pipeline/test`](#adding-integration-tests)
185+
recognize the
187186
[flags added by `knative/pkg/test`](https://github.com/knative/pkg/tree/master/test#flags).
188187
189188
### One test case

0 commit comments

Comments
 (0)