Skip to content

Merge pull request #97 from reef-pi/GH-2082 #95

Merge pull request #97 from reef-pi/GH-2082

Merge pull request #97 from reef-pi/GH-2082 #95

Workflow file for this run

name: go
on: [push, pull_request]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16.1'
- uses: codecov/codecov-action@v1
- run: sudo apt-get install libasound2-dev -y
- run: go get golang.org/x/tools/cmd/goimports
- run: go test ./...
- run: go build ./...