mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
296 B
15 lines
296 B
# Copyright 2014 Marc-Antoine Ruel. All rights reserved.
|
|
# Use of this source code is governed under the Apache License, Version 2.0
|
|
# that can be found in the LICENSE file.
|
|
|
|
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
before_install:
|
|
- go get github.com/maruel/pre-commit-go/cmd/pcg
|
|
|
|
script:
|
|
- pcg
|
|
|