herald.go/.github/workflows/build.yml
Jeffrey Picard 96abe830a7 try again
2021-07-24 03:50:11 -04:00

10 lines
152 B
YAML

name: 'Build Hub'
on:
push:
jobs:
build:
runs-on: golang:1.16.6-alpine3.14
steps:
- run: go build .
- run: ./protobuf/build.sh