Experimental code, as well as a CLI utility of the same name for accessing some of it. https://sneak.berlin/x
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
x/.drone.yml

10 satır
200 B

kind: pipeline
name: test-go
steps:
- name: test-go
image: golang
commands:
- go test ./...
#- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
#- golangci-lint run