mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
10 lines
143 B
YAML
10 lines
143 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: circleci/golang
|
|
steps:
|
|
- checkout
|
|
- run: go get -d .
|
|
- run: go test
|