Create go.yml

This commit is contained in:
gilfoyle97
2021-04-27 22:04:13 +02:00
committed by GitHub
parent b5b7a41926
commit 5d97dced5e
+22
View File
@@ -0,0 +1,22 @@
name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Build
run: go build -v ./...