Skip to content

Commit

Permalink
ci: clean up repository after github actions was added (#18)
Browse files Browse the repository at this point in the history
* docs: Remove obsolete circleci badge from readme

* ci: remove steps which are obsolete with go mods
  • Loading branch information
robojones committed Aug 26, 2019
1 parent 0cd7ffc commit d3d6a5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,5 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Run tests
run: go test -v ./...
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Small, globally unique IDs implemented in Go.

[![GoDoc](https://godoc.org/github.com/robojones/iid?status.svg)](https://godoc.org/github.com/robojones/iid)
[![CircleCI](https://circleci.com/gh/robojones/iid/tree/master.svg?style=svg)](https://circleci.com/gh/robojones/iid/tree/master)

## Features

Expand Down

0 comments on commit d3d6a5f

Please sign in to comment.