mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-24 12:20:34 +00:00
12 lines
196 B
YAML
12 lines
196 B
YAML
name: 'Build and Test Hub'
|
|
|
|
on:
|
|
push:
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
- name: Build and Test
|
|
uses: ./
|