Skip to content

Merge pull request #22 from reproio/feat/support-moved-block #50

Merge pull request #22 from reproio/feat/support-moved-block

Merge pull request #22 from reproio/feat/support-moved-block #50

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18
id: go
- name: Check out
uses: actions/checkout@v2
- name: Build
run: make build
- name: Test
run: make test