Skip to content

Merge pull request #32 from lazygophers/luoxin #67

Merge pull request #32 from lazygophers/luoxin

Merge pull request #32 from lazygophers/luoxin #67

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

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: cli/default_command.go#L5
could not import github.com/lazygophers/codegen/state (-: # github.com/lazygophers/codegen/state
lint: state/i18n.go#L62
I18n.LocalizeWithLang undefined (type *i18n.I18n has no field or method LocalizeWithLang)) (typecheck)
lint: cli/i18n/i18n.go#L4
could not import github.com/lazygophers/codegen/state (-: # github.com/lazygophers/codegen/state
lint: state/i18n.go#L62
I18n.LocalizeWithLang undefined (type *i18n.I18n has no field or method LocalizeWithLang)) (typecheck)
lint: cli/i18n/tran.go#L18
cannot infer U (/home/runner/go/pkg/mod/github.com/lazygophers/[email protected]/candy/candy.go:205:13) (typecheck)
lint: cli/sync.go#L187
cannot infer M (/home/runner/go/pkg/mod/github.com/lazygophers/[email protected]/cryptox/hash.go:12:10) (typecheck)
lint: cli/sync.go#L282
cannot infer M (/home/runner/go/pkg/mod/github.com/lazygophers/[email protected]/cryptox/hash.go:12:10) (typecheck)
lint: codegen/check.go#L6
could not import github.com/lazygophers/codegen/state (-: # github.com/lazygophers/codegen/state
lint: state/i18n.go#L62
I18n.LocalizeWithLang undefined (type *i18n.I18n has no field or method LocalizeWithLang)) (typecheck)
lint: codegen/name.go#L5
"github.com/lazygophers/utils/candy" imported and not used (typecheck)
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/