CI / changes (push) Successful in 10s
CI / openapi (push) Has been skipped
CI / web (push) Failing after 41s
CI / go (push) Successful in 52s
CI / docker-web (push) Successful in 2m14s
CI / docker-bird (push) Successful in 1m2s
CI / bird2 (push) Successful in 21s
CI / docker-go (push) Successful in 3m34s
Co-authored-by: Cursor <[email protected]>
18 lines
213 B
YAML
18 lines
213 B
YAML
run:
|
|
timeout: 5m
|
|
|
|
linters:
|
|
enable:
|
|
- gofmt
|
|
- govet
|
|
- errcheck
|
|
|
|
issues:
|
|
exclude-use-default: false
|
|
max-issues-per-linter: 50
|
|
max-same-issues: 20
|
|
|
|
linters-settings:
|
|
gofmt:
|
|
simplify: true
|