mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-27 01:08:50 +00:00
7 lines
146 B
YAML
7 lines
146 B
YAML
language: go
|
|
go:
|
|
- 1.13.10
|
|
install:
|
|
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
|
|
- go build
|
|
script: ./hooks/pre-commit
|