mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-30 15:10:33 +00:00
10 lines
152 B
YAML
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
|