Skip to content

Bump andstor/file-existence-action from 1 to 3 #114

Bump andstor/file-existence-action from 1 to 3

Bump andstor/file-existence-action from 1 to 3 #114

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

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/ghcache/ghcache.go#L22
import 'github.com/google/go-github/v33/github' is not allowed from list 'Main' (depguard)
lint: pkg/ghcache/ghcache.go#L23
import 'github.com/google/triage-party/pkg/persist' is not allowed from list 'Main' (depguard)
lint: pkg/ghcache/ghcache.go#L24
import 'k8s.io/klog/v2' is not allowed from list 'Main' (depguard)
lint: pkg/server/server.go#L25
import 'github.com/google/pullsheet/pkg/client' is not allowed from list 'Main' (depguard)
lint: pkg/server/server.go#L26
import 'github.com/google/pullsheet/pkg/server/job' is not allowed from list 'Main' (depguard)
lint: pkg/server/server.go#L27
import 'github.com/google/pullsheet/pkg/server/site' is not allowed from list 'Main' (depguard)
lint: pkg/server/server.go#L28
import 'github.com/karrick/tparse' is not allowed from list 'Main' (depguard)
lint: pkg/server/server.go#L29
import 'k8s.io/klog/v2' 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/