We currently have a [reusable-helper-go-style.yaml](https://github.com/knative/actions/blob/main/.github/workflows/reusable-helper-go-style.yaml) that should really be decomposed down in to composite actions. An example gofmt one already exists here.
See this todo: https://github.com/knative/actions/blob/19bb67f8d7a618f796abf3ef6c7bc9dfc26234b9/.github/workflows/reusable-style.yaml#L71-L72
We currently have a
[reusable-helper-go-style.yaml](https://github.com/knative/actions/blob/main/.github/workflows/reusable-helper-go-style.yaml)
that should really be decomposed down in to composite actions. An examplegofmt
one already exists here.While doing this, one could take a look at https://github.com/knative/actions/issues/65 and see what things we can improve on.