fix(server): implement multi-workflow mode API wiring #461
ci.yml
on: pull_request
Lint
1m 58s
Build
1m 27s
UI Tests
1m 2s
Validate Example Configs
1m 35s
Matrix: test
Annotations
12 errors
|
Build
Process completed with exit code 1.
|
|
Build:
cmd/server/main.go#L9
"errors" imported and not used
|
|
Build:
cmd/server/main.go#L7
other declaration of errors
|
|
Build:
cmd/server/main.go#L9
errors redeclared in this block
|
|
Lint
issues found
|
|
Lint:
admin/admin_test.go#L189
expected statement, found ')' (typecheck)
|
|
Lint:
admin/admin_test.go#L189
syntax error: unexpected ), expected } (typecheck)
|
|
Test (Go 1.26)
Process completed with exit code 1.
|
|
Test (Go 1.26):
cmd/server/main.go#L9
"errors" imported and not used
|
|
Test (Go 1.26):
cmd/server/main.go#L7
other declaration of errors
|
|
Test (Go 1.26):
cmd/server/main.go#L9
errors redeclared in this block
|
|
Test (Go 1.26):
admin/admin_test.go#L189
expected statement, found ')'
|