fix(ssh-args): space inside quotes #23
run-lint.yml
on: push
smart-checkout
3s
golangci-lint
18s
autoformat check
20s
run tests
1m 16s
Annotations
6 errors and 5 warnings
golangci-lint:
cmd/maintenance/host.go#L28
Error return value of `client.InitConnectionFactory` is not checked (errcheck)
|
golangci-lint:
cmd/restart.go#L31
Error return value of `client.InitConnectionFactory` is not checked (errcheck)
|
golangci-lint:
cmd/run.go#L37
Error return value of `client.InitConnectionFactory` is not checked (errcheck)
|
golangci-lint:
pkg/options/restart.go#L217
unusedresult: result of fmt.Sprintf call not used (govet)
|
golangci-lint:
pkg/maintenance/host.go#L41
ineffectual assignment to err (ineffassign)
|
golangci-lint
issues found
|
smart-checkout
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint:
pkg/client/factory.go#L142
empty-block: this block is empty, you can remove it (revive)
|
autoformat check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|