Skip to content

Feature improve docs #138

Feature improve docs

Feature improve docs #138

Triggered via pull request September 14, 2024 14:24
Status Failure
Total duration 1m 53s
Artifacts

go.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: internal/utils/debounce.go#L26
debounce.Lock undefined (type *debounceContext[KeyType, ArgType] has no field or method Lock) (typecheck)
build: internal/utils/debounce.go#L27
debounce.Unlock undefined (type *debounceContext[KeyType, ArgType] has no field or method Unlock) (typecheck)
build: internal/utils/debounce.go#L34
debounce.Lock undefined (type *debounceContext[KeyType, ArgType] has no field or method Lock) (typecheck)
build: internal/utils/debounce.go#L37
debounce.Unlock undefined (type *debounceContext[KeyType, ArgType] has no field or method Unlock) (typecheck)
build: internal/utils/logger.go#L21
undefined: colorable (typecheck)
build: internal/config/config.go#L52
undefined: yaml (typecheck)
build: internal/service/pos/eip712/types.go#L8
missing type in composite literal (typecheck)
build: internal/service/pos/eip712/types.go#L17
missing type in composite literal (typecheck)
build: internal/service/pos/eip712/types.go#L27
missing type in composite literal (typecheck)
build: internal/service/uniswap/uniswap.go#L47
undefined: xsync (typecheck)
build
The following actions use a deprecated Node.js version 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/