mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 23:29:01 +00:00
♻️ refactor: split src into internal packages and cmd
This commit is contained in:
+3
-3
@@ -6,10 +6,10 @@ pre-commit:
|
||||
run: test -z "$(gofmt -l {staged_files})"
|
||||
vet:
|
||||
glob: "*.go"
|
||||
run: go vet ./src/...
|
||||
run: go vet ./...
|
||||
lint:
|
||||
glob: "*.go"
|
||||
run: golangci-lint run ./src/...
|
||||
run: golangci-lint run ./...
|
||||
test:
|
||||
glob: "*.go"
|
||||
run: go test ./src/...
|
||||
run: go test ./...
|
||||
|
||||
Reference in New Issue
Block a user