This repository has been archived by the owner on May 31, 2024. It is now read-only.
Integrate Bubbletea Pagination into get execution #701
checks.yml
on: pull_request
Lint
/
Run Lint
2m 37s
Unit Tests
/
Run Unit Test
3m 2s
Check Go Gennerate
/
Go Generate
2m 19s
Dry Run Goreleaser
8m 20s
Test Getting started
6m 40s
Annotations
7 errors and 10 warnings
Lint / Run Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L140
func name will be used as bubbletea.BubbleteaPaginator by other packages, and that stutters; consider calling this Paginator (golint)
|
Lint / Run Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L157
should replace `lastBatchIndex += 1` with `lastBatchIndex++` (golint)
|
Lint / Run Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L161
should replace `firstBatchIndex += 1` with `firstBatchIndex++` (golint)
|
Lint / Run Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L167
should replace `firstBatchIndex -= 1` with `firstBatchIndex--` (golint)
|
Lint / Run Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L171
should replace `lastBatchIndex -= 1` with `lastBatchIndex--` (golint)
|
Lint / Run Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L146
unnecessary conversion (unconvert)
|
Lint / Run Lint
Process completed with exit code 2.
|
Check Go Gennerate / Go Generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, arduino/setup-protoc@v1, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check Go Gennerate / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
|
Lint / Run Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit Tests / Run Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Getting started
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Getting started
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, 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/
|
Dry Run Goreleaser
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions/setup-go@v3, goreleaser/goreleaser-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Dry Run Goreleaser
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, goreleaser/goreleaser-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/
|
Dry Run Goreleaser
The `set-output` 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/
|
Dry Run Goreleaser
The `set-output` 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/
|