mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-29 14:40:34 +00:00
13 lines
No EOL
222 B
YAML
13 lines
No EOL
222 B
YAML
name: 'Build Hub'
|
|
|
|
on:
|
|
push:
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/setup-go@v2.1.3
|
|
with:
|
|
go-version: 1.16.5
|
|
- run: go build . |