Open krsna-m opened 1 year ago
/assign @Bisht13
@kvmware does this require only adding https://github.com/knative/actions/blob/main/.github/workflows/lint.yaml to this repo's GitHub workflows?
@Bisht13 One would have to use the reusables (style). See how knative/serving is doing it. The lint.yaml is for the actions repo itself only. The reusable action should already check (double make sure please) that it only runs on golang code changes
Is the reusable action able to handle repos with multiple go.mod
files?
Hmm the Lint action is not working on the actions repo due to a file rename. I will open an issue on the actions repo to address this
Look at
knative/actions
repo and use the reusable golang linter here.