You've already forked getpsrc
All checks were successful
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 7s
Markdown linter / markdown-lint (push) Successful in 3s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 18s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 40s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 1m22s
14 lines
145 B
YAML
14 lines
145 B
YAML
version: "2"
|
|
linters:
|
|
default: standard
|
|
enable:
|
|
- errname
|
|
- gosec
|
|
|
|
exclusions:
|
|
rules: []
|
|
warn-unused: true
|
|
|
|
run:
|
|
tests: true
|