Collect small fixes from stale contributor PRs #671
main.yml
on: pull_request
Format, compilation and lint check
1m 14s
Matrix: run unit tests
Annotations
5 errors and 3 warnings
Format, compilation and lint check:
wallet/createtx.go#L23
import 'github.com/lightningnetwork/lnd/fn' is not allowed from list 'Main' (depguard)
|
Format, compilation and lint check:
wallet/createtx.go#L197
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"selected UTXOs contain \" +\n\t\"duplicate values\")" (err113)
|
Format, compilation and lint check:
wallet/rescan.go#L260
continue with no blank line before (nlreturn)
|
Format, compilation and lint check:
wallet/createtx_test.go#L514
Range statement for test TestSelectUtxosTxoToOutpoint missing the call to method parallel in test Run (paralleltest)
|
Format, compilation and lint check
Process completed with exit code 2.
|
Format, compilation and lint check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run unit tests (unit-cover)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run unit tests (unit-race)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|