mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-02 18:15:12 +00:00
12 lines
214 B
YAML
12 lines
214 B
YAML
name: 'Build and Test Hub'
|
|
|
|
on: ["push", "pull_request"]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
- name: Build and Test
|
|
uses: ./
|