Incentives: Suspend "absentee" accounts that don't propose. #12556
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
reviewdog.yml
on: pull_request
reviewdog-errors
4m 2s
reviewdog-warnings
3m 28s
Annotations
2 errors and 2 warnings
reviewdog-errors:
data/bookkeeping/block.go#L527
[Lint Errors] reported by reviewdog 🐶
S1005: unnecessary assignment to the blank identifier (gosimple)
Raw Output:
data/bookkeeping/block.go:527:3: S1005: unnecessary assignment to the blank identifier (gosimple)
prevParams, _ := config.Consensus[prev.CurrentProtocol] // presence ensured by ProcessUpgradeParams
^
|
reviewdog-errors
reviewdog exited with status code: 1
|
reviewdog-warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.5.3, actions/setup-go@v4.0.1, actions/cache@v3.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
reviewdog-errors
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.5.3, reviewdog/action-golangci-lint@v2.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|