mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-25 21:07:17 +00:00
16 lines
296 B
YAML
16 lines
296 B
YAML
|
# 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
|