mirror of
https://github.com/koho/frpmgr.git
synced 2025-10-20 16:03:47 +08:00
* Add golangci-lint linter and go tests * Fix linter * Fix triggers * Update releaser.yml * Remove env * Rename tests * Add tests * Fix timezone
14 lines
168 B
YAML
14 lines
168 B
YAML
run:
|
|
timeout: 5m
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- typecheck
|
|
- whitespace
|
|
- unused
|