mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 03:48:03 +00:00
8 lines
178 B
YAML
8 lines
178 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
working_directory: /go/src/github.com/moby/tool
|
|
steps:
|
|
- checkout
|
|
- run: go get github.com/golang/lint/golint
|
|
- run: make test |