Skip to content

Merge pull request #8 from dvonthenen/scaffold-cli-commands #3

Merge pull request #8 from dvonthenen/scaffold-cli-commands

Merge pull request #8 from dvonthenen/scaffold-cli-commands #3

Triggered via push July 25, 2024 17:31
Status Success
Total duration 1m 4s
Artifacts

check-all.yaml

on: push
Change to Main/Release Branch
54s
Change to Main/Release Branch
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Change to Main/Release Branch: cmd/root.go#L42
commentedOutCode: may want to remove commented-out code (gocritic)
Change to Main/Release Branch: cmd/root.go#L13
ST1022: comment on exported var RootCmd should be of the form "RootCmd ..." (stylecheck)
Change to Main/Release Branch: cmd/listen/rest/rest.go#L13
ST1022: comment on exported var SttRestCmd should be of the form "SttRestCmd ..." (stylecheck)
Change to Main/Release Branch: cmd/listen/listen.go#L16
ST1022: comment on exported var ListenCmd should be of the form "ListenCmd ..." (stylecheck)
Change to Main/Release Branch: cmd/speak/rest/rest.go#L13
ST1022: comment on exported var TtsRestCmd should be of the form "TtsRestCmd ..." (stylecheck)
Change to Main/Release Branch: cmd/speak/speak.go#L16
ST1022: comment on exported var SpeakCmd should be of the form "SpeakCmd ..." (stylecheck)
Change to Main/Release Branch
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/