Add Go actions

This commit is contained in:
Jacob Gunther
2022-03-10 20:09:00 -06:00
committed by GitHub
parent 5ca2c59c9f
commit 1a22b02cc6

22
.github/workflows/go.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: ./scripts/build