Skip to content

feat: add denoms

feat: add denoms #112

Triggered via push December 9, 2023 16:38
Status Failure
Total duration 2m 21s
Artifacts

actions.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
lint: pkg/config/config.go#L5
File is not `goimports`-ed (goimports)
lint: pkg/config/config.go#L96
tag is not aligned, should be: default:":9550" toml:"listen-address" (tagalign)
lint: pkg/config/config.go#L97
tag is not aligned, should be: default:"10" toml:"timeout" (tagalign)
lint: pkg/config/config.go#L102
tag is not aligned, should be: default:"info" toml:"level" (tagalign)
lint: pkg/config/config.go#L103
tag is not aligned, should be: default:"false" toml:"json" (tagalign)
lint: pkg/config/config.go#L8
import 'github.com/BurntSushi/toml' is not allowed from list 'Main' (depguard)
lint: pkg/config/config.go#L9
import 'github.com/mcuadros/go-defaults' is not allowed from list 'Main' (depguard)
lint: pkg/logger/logger.go#L6
import 'main/pkg/config' is not allowed from list 'Main' (depguard)
lint: pkg/logger/logger.go#L8
import 'github.com/rs/zerolog' is not allowed from list 'Main' (depguard)
lint: pkg/utils/utils.go#L6
import 'github.com/btcsuite/btcutil/bech32' is not allowed from list 'Main' (depguard)
go-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
go-vet
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/