Implement Github actions #6
push-pr-lint.yaml
on: pull_request
lint-test
56s
build
0s
Annotations
6 errors and 1 warning
lint-test:
internal/app/app.go#L1
: cannot compile Go 1.23 code (typecheck)
|
lint-test:
internal/model/model.go#L1
: cannot compile Go 1.23 code (typecheck)
|
lint-test:
internal/client/auth.go#L14
could not import github.com/metal-toolbox/fleet-scheduler/internal/app (-: cannot compile Go 1.23 code) (typecheck)
|
lint-test:
internal/client/auth.go#L15
could not import github.com/metal-toolbox/fleet-scheduler/internal/model (-: cannot compile Go 1.23 code) (typecheck)
|
lint-test:
cmd/inventory.go#L7
could not import github.com/metal-toolbox/fleet-scheduler/internal/app (-: cannot compile Go 1.23 code) (typecheck)
|
lint-test
issues found
|
lint-test
Restore cache failed: Dependencies file is not found in /home/runner/work/fleet-scheduler/fleet-scheduler. Supported file pattern: go.sum
|