Skip to content

Bump actions/checkout from 2 to 4 #112

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #112

Triggered via pull request October 3, 2024 16:49
Status Failure
Total duration 22s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/print/print.go#L21
import 'github.com/gocarina/gocsv' is not allowed from list 'Main' (depguard)
lint: pkg/print/print.go#L22
import 'k8s.io/klog/v2' is not allowed from list 'Main' (depguard)
lint: pkg/summary/summary.go#L22
import 'github.com/google/go-github/v33/github' is not allowed from list 'Main' (depguard)
lint: pkg/summary/summary.go#L23
import 'k8s.io/klog/v2' is not allowed from list 'Main' (depguard)
lint: pkg/summary/summary.go#L25
import 'github.com/google/pullsheet/pkg/client' is not allowed from list 'Main' (depguard)
lint: pkg/summary/summary.go#L26
import 'github.com/google/pullsheet/pkg/repo' is not allowed from list 'Main' (depguard)
lint: cmd/prs.go#L52
emptyStringTest: replace `len(rootOpts.org) > 0` with `rootOpts.org != ""` (gocritic)
lint: cmd/issues-comments.go#L55
File is not `gofumpt`-ed (gofumpt)
lint: cmd/issues.go#L55
File is not `gofumpt`-ed (gofumpt)
lint: cmd/prs.go#L64
File is not `gofumpt`-ed (gofumpt)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/