File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1+ name : build
2+ on : [push]
3+ jobs :
4+ build :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v1
8+ - uses : actions/setup-go@v1
9+ with :
10+ go-version : 1.x
11+ - run : go test -v ./...
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/dim13/bit.svg?branch=master )] ( https://travis-ci.org/dim13/bit )
2- [ ![ GoDoc] ( https://godoc.org/github.com/dim13/bit?status.svg )] ( https://godoc.org/github.com/dim13/bit )
3-
41# variable-lenght bitfield
2+
3+ [ ![ GoDoc] ( https://godoc.org/github.com/dim13/bit?status.svg )] ( https://godoc.org/github.com/dim13/bit )
4+ [ ![ Build] ( https://github.com/dim13/bit/workflows/build/badge.svg )] ( https://github.com/dim13/bit/actions )
You can’t perform that action at this time.
0 commit comments